SharpCvsLib

UnsupportedOptionException Constructor (String, Exception)

Indicate that an unsupported option has been specified.

[Visual Basic]
Overloads Public Sub New( _
   ByVal msg As String, _
   ByVal e As Exception _
)
[C#]
public UnsupportedOptionException(
   string msg,
   Exception e
);

Parameters

msg
A useful message that will help a developer debug the problem that has occurred.
e
Missing <param> documentation for e

See Also

UnsupportedOptionException Class | ICSharpCode.SharpCvsLib.Options Namespace | UnsupportedOptionException Constructor Overload List