Click or drag to resize

SignatureInvalidException Class

This exception is thrown when there is a problem parsing a signature string
Inheritance Hierarchy
SystemObject
  SystemException
    EasyScriptAPISignatureInvalidException

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class SignatureInvalidException : Exception

The SignatureInvalidException type exposes the following members.

Constructors
  NameDescription
Public methodSignatureInvalidException
Initializes a new instance of the SignatureInvalidException class. This exception is thrown when there is a problem parsing a signature.
Top
Methods
  NameDescription
Public methodGetPosition
Gets the position in the string the error occurred
Public methodToString
Gets a human readable version of this object.
(Overrides ExceptionToString.)
Top
See Also