Class FileTypeNotSupportedException

FileTypeNotSupportedException class

The exception that is thrown when file type is not supported.

public class FileTypeNotSupportedException : AnnotatorException

Constructors

Name Description
FileTypeNotSupportedException(string) Initializes a new instance of the FileTypeNotSupportedException class.
FileTypeNotSupportedException(string, Exception) Initializes a new instance of the FileTypeNotSupportedException class.

See Also