FileTypeNotSupportedException Constructor (String)
Creates an exception instance with a message

Namespace: GroupDocs.Conversion.Exceptions
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public FileTypeNotSupportedException(
	string message
)

Parameters

message
Type: SystemString
The message
See Also