SharpCvsLib

AuthenticationException Class

Authentication failed exception is thrown when the credentials specified do not match those required to gain access to the files on the cvs server.

For a list of all members of this type, see AuthenticationException Members.

System.Object
   Exception
      AuthenticationException

[Visual Basic]
Public Class AuthenticationException
Inherits Exception
[C#]
public class AuthenticationException : Exception

Requirements

Namespace: ICSharpCode.SharpCvsLib.Exceptions

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

AuthenticationException Members | ICSharpCode.SharpCvsLib.Exceptions Namespace