Click or drag to resize

ErrorCodeException Constructor (Int32, String, Exception)

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,
	string message,
	Exception innerException
)

Parameters

errorCode
Type: SystemInt32
message
Type: SystemString
innerException
Type: SystemException
See Also