SharpCvsLib

AuthenticationException Constructor (String)

Specify a message to help trace the source of the exception.

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

Parameters

msg
Missing <param> documentation for msg

See Also

AuthenticationException Class | ICSharpCode.SharpCvsLib.Exceptions Namespace | AuthenticationException Constructor Overload List