UnsupportedOptionException Constructor (String)
Indicate that an unknown option has been used.
[Visual Basic]Overloads Public Sub New( _
ByVal
msg As
String _
)
[C#]public UnsupportedOptionException(
string msg);
Parameters
- msg
- A useful message that will help a developer debug
the problem that has occurred.
See Also
UnsupportedOptionException Class | ICSharpCode.SharpCvsLib.Options Namespace | UnsupportedOptionException Constructor Overload List