UnsupportedFileTypeException Constructor (String, Exception)
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, _
ByVal
e As
Exception _
)
Parameters
- message
- A message that will be helpful for someone
resolving the issue with the library.
- e
- An exception that has caused this error, or has
led to this error.
See Also
UnsupportedFileTypeException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | UnsupportedFileTypeException Constructor Overload List