CVSServerConnection.SendErrorMessage Method
Use this event to send error messages to a client.
[Visual Basic]NotOverridable Public Sub SendErrorMessage( _
ByVal
errorMessage As
String _
) Implements _
IResponseServices.SendErrorMessage
[C#]public
void SendErrorMessage(
string errorMessage);
Parameters
- errorMessage
- A message that will notify the client
as to the nature of the error message.
Implements
IResponseServices.SendErrorMessage
See Also
CVSServerConnection Class | ICSharpCode.SharpCvsLib.Client Namespace