Interface IException
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for objects that hold an exception.
public interface IException
- Extension Methods
Properties
Exception
Gets or sets the exception.
Exception Exception { get; set; }