FileTypeNotSupportedException

FileTypeNotSupportedException()

Default constructor

public FileTypeNotSupportedException()

See Also


FileTypeNotSupportedException(FileType)

Creates an exception instance with a FileType

public FileTypeNotSupportedException(FileType fileType)
Parameter Type Description
fileType FileType The file type

See Also


FileTypeNotSupportedException(string)

Creates an exception instance with a message

public FileTypeNotSupportedException(string message)
Parameter Type Description
message String The message

See Also