 | ursaExceptionErrorCode Property |
Gets the
ursaError value indicating the type of error represented by this instance.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic ursaError ErrorCode { get; }
Public ReadOnly Property ErrorCode As ursaError
Get
public:
property ursaError ErrorCode {
ursaError get ();
}
member ErrorCode : ursaError with get
Property Value
Type:
ursaError
See Also