Constructor BsonInternalException
BsonInternalException()
Initializes a new instance of the BsonInternalException class.
BsonInternalException(string)
Initializes a new instance of the BsonInternalException class.
Parameters
message
stringThe error message.
BsonInternalException(string, Exception)
Initializes a new instance of the BsonInternalException class.
Parameters
BsonInternalException(SerializationInfo, StreamingContext)
Initializes a new instance of the BsonInternalException class (this overload used by deserialization).
Parameters
info
SerializationInfo The SerializationInfo.
context
StreamingContext The StreamingContext.