GroupDocsRedactionException

GroupDocsRedactionException(string)

Initializes a new instance of GroupDocsRedactionException class.

public GroupDocsRedactionException(string message)
Parameter Type Description
message String Message, describing exception context

See Also


GroupDocsRedactionException(string, Exception)

Initializes a new instance of GroupDocsRedactionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public GroupDocsRedactionException(string message, Exception innerException)
Parameter Type Description
message String Message, describing exception context
innerException Exception Inner exception

See Also