Class BsonInternalException
Represents a BSON internal exception (almost surely the result of a bug).
[Serializable]
public class BsonInternalException : BsonException, ISerializable
- Inheritance
-
BsonInternalException
- Implements
- Inherited Members
- Extension Methods
Constructors
BsonInternalException()
Initializes a new instance of the BsonInternalException class.
public BsonInternalException()
BsonInternalException(SerializationInfo, StreamingContext)
Initializes a new instance of the BsonInternalException class (this overload used by deserialization).
public BsonInternalException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.
BsonInternalException(string)
Initializes a new instance of the BsonInternalException class.
public BsonInternalException(string message)
Parameters
message
stringThe error message.
BsonInternalException(string, Exception)
Initializes a new instance of the BsonInternalException class.
public BsonInternalException(string message, Exception innerException)