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