GroupDocsSignatureException

GroupDocsSignatureException class

Represents the generic errors that occur during document processing.

public class GroupDocsSignatureException : Exception

Constructors

Name Description
GroupDocsSignatureException() Initializes a new instance of the GroupDocsSignatureException class.
GroupDocsSignatureException(string) Initializes a new instance of the GroupDocsSignatureException class with a specified error message.
GroupDocsSignatureException(Exception, string) Initializes a new instance of the GroupDocsSignatureException class with a specified error message and original exception.

Methods

Name Description
override GetObjectData(SerializationInfo, StreamingContext) Sets the SerializationInfo with information about the exception.

See Also