Class AuthenticationFailureException
Inheritance
AuthenticationFailureException
Assembly: Couchbase.NetClient.dll
Syntax
public class AuthenticationFailureException : CouchbaseException, ISerializable
Constructors
|
Edit this page
View Source
AuthenticationFailureException()
Declaration
public AuthenticationFailureException()
|
Edit this page
View Source
AuthenticationFailureException(IErrorContext)
Declaration
public AuthenticationFailureException(IErrorContext context)
Parameters
|
Edit this page
View Source
AuthenticationFailureException(string)
Declaration
public AuthenticationFailureException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
AuthenticationFailureException(string, Exception)
Declaration
public AuthenticationFailureException(string message, Exception innerException)
Parameters
Implements
Extension Methods