InvalidFileFormatException Constructor (String) |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic InvalidFileFormatException(
string message
)
Public Sub New (
message As String
)
public:
InvalidFileFormatException(
String^ message
)
new :
message : string -> InvalidFileFormatException
Parameters
- message
- Type: SystemString
The message.
See Also