DocumentFormatException Constructor (String, Exception) |
Initializes a new instance of DocumentFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace: GroupDocs.Redaction.ExceptionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic DocumentFormatException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
DocumentFormatException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> DocumentFormatException
Parameters
- message
- Type: SystemString
Message, describing exception context - innerException
- Type: SystemException
Inner exception
See Also