GroupDocsSignatureException

GroupDocsSignatureException()

Initializes a new instance of the GroupDocsSignatureException class.

public GroupDocsSignatureException()

See Also


GroupDocsSignatureException(string)

Initializes a new instance of the GroupDocsSignatureException class with a specified error message.

public GroupDocsSignatureException(string message)
Parameter Type Description
message String The message that describes the error.

See Also


GroupDocsSignatureException(Exception, string)

Initializes a new instance of the GroupDocsSignatureException class with a specified error message and original exception.

public GroupDocsSignatureException(Exception ex, string message)
Parameter Type Description
ex Exception The original exception.
message String The message that describes the error.

See Also