Constructor BsonInternalException
BsonInternalException()
Initializes a new instance of the BsonInternalException class.
public BsonInternalException()
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)
Parameters
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.