SharpCvsLib

UnsupportedFileTypeException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public UnsupportedFileTypeException(
   string message
);

Parameters

message
Additional information to pass on in the exception.

See Also

UnsupportedFileTypeException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | UnsupportedFileTypeException Constructor Overload List