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