StrixUnitySDK API Reference
StrixUnitySDK API Reference
SoftGear.Strix Namespaces
SoftGear.Strix.Unity Namespaces
SoftGear.Strix.Unity.Runtime.Error
ErrorCodeException Class
ErrorCodeException Properties
errorCode Property
Message Property
ErrorCodeException
errorCode Property
Error code
Namespace:
SoftGear.Strix.Unity.Runtime.Error
Assembly:
StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
Copy
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
Reference
ErrorCodeException Class
SoftGear.Strix.Unity.Runtime.Error Namespace