Class NativeError
Native error information. Immutable class.
Inheritance
System.Object
NativeError
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class NativeError : object
Properties
Code
Gets the native error code.
Declaration
public int Code { get; }
Property Value
Type | Description |
---|---|
System. |
The code. |
Message
Gets the native error message.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System. |
The message. |
Source
Gets the native error source.
Declaration
public string Source { get; }
Property Value
Type | Description |
---|---|
System. |
The source. |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |