Constructor MongoInternalException
MongoInternalException(string)
Initializes a new instance of the MongoInternalException class.
public MongoInternalException(string message)
Parameters
message
stringThe error message.
MongoInternalException(string, Exception)
Initializes a new instance of the MongoInternalException class.
public MongoInternalException(string message, Exception innerException)
Parameters
MongoInternalException(SerializationInfo, StreamingContext)
Initializes a new instance of the MongoInternalException class.
public MongoInternalException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.