Class MongoInternalException
Represents a MongoDB internal exception (almost surely the result of a bug).
[Serializable]
public class MongoInternalException : MongoException, ISerializable
- Inheritance
-
MongoInternalException
- Implements
- Inherited Members
Constructors
MongoInternalException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoInternalException class.
public MongoInternalException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe SerializationInfo.
contextStreamingContextThe StreamingContext.
MongoInternalException(string)
Initializes a new instance of the MongoInternalException class.
public MongoInternalException(string message)
Parameters
messagestringThe error message.
MongoInternalException(string, Exception)
Initializes a new instance of the MongoInternalException class.
public MongoInternalException(string message, Exception innerException)