Click or drag to resize

ErrorExceptionError Property

Gets the exception's error value.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public IError Error { get; }

Property Value

IError
Returns an Error object.
Remarks
This exception encapsulates an Error object.
See Also