SharpCvsLib

UnsupportedResponseException Constructor (String)

Indicate that an unknown response has been returned from the repository.

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

Parameters

msg
A useful message that will help a developer debug the problem that has occurred.

See Also

UnsupportedResponseException Class | ICSharpCode.SharpCvsLib.Responses Namespace | UnsupportedResponseException Constructor Overload List