Click or drag to resize

ErrorCodeException Constructor (Int32, String)

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
)

Parameters

errorCode
Type: SystemInt32
message
Type: SystemString
See Also