Click or drag to resize

IError Interface

Interface for Error

Namespace:  EBP.Framework.Common.Interfaces
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface IError

The IError type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
Gets or sets the error code, indicating the type of error
Public propertyKind
Gets or sets the error kind
Public propertyMessage
Gets or sets the error message
Public propertySubErrorCode
Gets or sets the sub error code, indicating the subtype of error
Top
See Also