 | ursaExceptionErrorCodeAsString Property |
Gets a human-readable string representation of the
ErrorCode.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic string ErrorCodeAsString { get; }
Public ReadOnly Property ErrorCodeAsString As String
Get
public:
property String^ ErrorCodeAsString {
String^ get ();
}
member ErrorCodeAsString : string with get
Property Value
Type:
String
See Also