SharpCvsLib

UnsupportedFileTypeException Constructor

An unsupported file type exception occurs if a file name of file type that is not currently known about or not implemented.

Overload List

An unsupported file type exception occurs if a file name of file type that is not currently known about or not implemented.

public UnsupportedFileTypeException();

An unsupported file type exception occurs if a file name of file type that is not currently known about or not implemented.

public UnsupportedFileTypeException(string);

An unsupported file type exception occurs if a file name of file type that is not currently known about or not implemented.

public UnsupportedFileTypeException(string,Exception);

See Also

UnsupportedFileTypeException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace