DocumentFormatException Constructor (String) |
Initializes a new instance of DocumentFormatException class.
Namespace: GroupDocs.Redaction.ExceptionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic DocumentFormatException(
string message
)
Public Sub New (
message As String
)
public:
DocumentFormatException(
String^ message
)
new :
message : string -> DocumentFormatException
Parameters
- message
- Type: SystemString
Message, describing exception context
See Also