Click or drag to resize

IError Interface

Interface for Error

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IError : IDisposable, IEquatable<IProxy>

The IError type exposes the following members.

Properties
  NameDescription
Public propertyKind
Gets or sets the error kind
Public propertyMessage
Gets or sets the error message
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
The IError type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
IError instance = Utils<ExtensionType>.GetInterface<IError>();
See Also