Table of Contents

Class MongoExecutionTimeoutException

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents a MongoDB execution timeout exception.

[Serializable]
public class MongoExecutionTimeoutException : MongoServerException, ISerializable
Inheritance
MongoExecutionTimeoutException
Implements
Inherited Members

Constructors

MongoExecutionTimeoutException(ConnectionId, string)

Initializes a new instance of the MongoExecutionTimeoutException class.

public MongoExecutionTimeoutException(ConnectionId connectionId, string message)

Parameters

connectionId ConnectionId

The connection identifier.

message string

The error message.

MongoExecutionTimeoutException(ConnectionId, string, BsonDocument)

Initializes a new instance of the MongoExecutionTimeoutException class.

public MongoExecutionTimeoutException(ConnectionId connectionId, string message, BsonDocument result)

Parameters

connectionId ConnectionId

The connection identifier.

message string

The error message.

result BsonDocument

The command result.

MongoExecutionTimeoutException(ConnectionId, string, Exception)

Initializes a new instance of the MongoExecutionTimeoutException class.

public MongoExecutionTimeoutException(ConnectionId connectionId, string message, Exception innerException)

Parameters

connectionId ConnectionId

The connection identifier.

message string

The error message.

innerException Exception

The inner exception.

MongoExecutionTimeoutException(ConnectionId, string, Exception, BsonDocument)

Initializes a new instance of the MongoExecutionTimeoutException class.

public MongoExecutionTimeoutException(ConnectionId connectionId, string message, Exception innerException, BsonDocument result)

Parameters

connectionId ConnectionId

The connection identifier.

message string

The error message.

innerException Exception

The inner exception.

result BsonDocument

The command result.

MongoExecutionTimeoutException(SerializationInfo, StreamingContext)

Initializes a new instance of the MongoExecutionTimeoutException class.

public MongoExecutionTimeoutException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo.

context StreamingContext

The StreamingContext.

Properties

Code

Gets the error code.

public int Code { get; }

Property Value

int

The error code.

CodeName

Gets the name of the error code.

public string CodeName { get; }

Property Value

string

The name of the error code.

Methods

GetObjectData(SerializationInfo, StreamingContext)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext