Click or drag to resize

SignatureInvalidException Constructor

Initializes a new instance of the SignatureInvalidException class. This exception is thrown when there is a problem parsing a signature.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public SignatureInvalidException(
	string msg,
	int pos
)

Parameters

msg
Type: SystemString
Message containing a more detailed description of this error
pos
Type: SystemInt32
Position the error occurred at
See Also