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
)
Public Sub New (
msg As String,
pos As Integer
)
public:
SignatureInvalidException(
String^ msg,
int pos
)
new :
msg : string *
pos : int -> SignatureInvalidException
Parameters
- msg
- Type: SystemString
Message containing a more detailed description of this error - pos
- Type: SystemInt32
Position the error occurred at
See Also