FileTypeNotSupportedException Constructor (String) |
Creates an exception instance with a message
Namespace: GroupDocs.Conversion.ExceptionsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax public FileTypeNotSupportedException(
string message
)
Public Sub New (
message As String
)
public:
FileTypeNotSupportedException(
String^ message
)
new :
message : string -> FileTypeNotSupportedException
Parameters
- message
- Type: SystemString
The message
See Also