C# Class MongoDB.Driver.MongoAuthenticationException

Inheritance: MongoConnectionException
Exibir arquivo Open project: CloudMetal/mongo-csharp-driver Class Usage Examples

Public Methods

Method Description
MongoAuthenticationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MongoAuthenticationException class (this overload supports deserialization).

MongoAuthenticationException ( string message ) : System

Initializes a new instance of the MongoAuthenticationException class.

MongoAuthenticationException ( string message, Exception innerException ) : System

Initializes a new instance of the MongoAuthenticationException class.

Method Details

MongoAuthenticationException() public method

Initializes a new instance of the MongoAuthenticationException class (this overload supports deserialization).
public MongoAuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
context System.Runtime.Serialization.StreamingContext The StreamingContext.
return System

MongoAuthenticationException() public method

Initializes a new instance of the MongoAuthenticationException class.
public MongoAuthenticationException ( string message ) : System
message string The error message.
return System

MongoAuthenticationException() public method

Initializes a new instance of the MongoAuthenticationException class.
public MongoAuthenticationException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The inner exception.
return System