Class MongoAuthenticationException
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents a MongoDB authentication exception.
public class MongoAuthenticationException : MongoConnectionException, ISerializableInheritance
MongoAuthenticationException
Implements
Inherited Members
Constructors
MongoAuthenticationException(ConnectionId, string)
Initializes a new instance of the MongoAuthenticationException class.
MongoAuthenticationException(ConnectionId, string, Exception)
Initializes a new instance of the MongoAuthenticationException class.
MongoAuthenticationException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoAuthenticationException class.
Properties
Determines whether the exception is network error or no.