Click or drag to resize

ErrorCodeExceptionerrorCode Property

Error code

Namespace:  SoftGear.Strix.Unity.Runtime.Error
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public int errorCode { get; set; }

Property Value

Type: Int32
Remarks
To get a name and a description from the error code, you can use GetErrorCodeName(Int32) and GetErrorDescription(Int32) respectively. Alternatively, you can use Message to get the code and the error name in string format.
See Also