Click or drag to resize

ErrorCodeException Constructor (Int32)

Initializes a new instance of the ErrorCodeException class

Namespace:  SoftGear.Strix.Unity.Runtime.Error
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public ErrorCodeException(
	int errorCode
)

Parameters

errorCode
Type: SystemInt32
See Also