FileTypeNotSupportedException
FileTypeNotSupportedException()
Default constructor
public FileTypeNotSupportedException()
See Also
- class FileTypeNotSupportedException
- namespace GroupDocs.Conversion.Exceptions
- assembly GroupDocs.Conversion
FileTypeNotSupportedException(FileType)
Creates an exception instance with a FileType
public FileTypeNotSupportedException(FileType fileType)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The file type |
See Also
- class FileType
- class FileTypeNotSupportedException
- namespace GroupDocs.Conversion.Exceptions
- assembly GroupDocs.Conversion
FileTypeNotSupportedException(string)
Creates an exception instance with a message
public FileTypeNotSupportedException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The message |
See Also
- class FileTypeNotSupportedException
- namespace GroupDocs.Conversion.Exceptions
- assembly GroupDocs.Conversion