C# Класс MongoDB.Bson.BsonInternalException

Наследование: BsonException
Показать файл Открыть проект

Открытые методы

Метод Описание
BsonInternalException ( ) : System

Initializes a new instance of the BsonInternalException class.

BsonInternalException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the BsonInternalException class (this overload used by deserialization).

BsonInternalException ( string message ) : System

Initializes a new instance of the BsonInternalException class.

BsonInternalException ( string message, Exception innerException ) : System

Initializes a new instance of the BsonInternalException class.

Описание методов

BsonInternalException() публичный Метод

Initializes a new instance of the BsonInternalException class.
public BsonInternalException ( ) : System
Результат System

BsonInternalException() публичный Метод

Initializes a new instance of the BsonInternalException class (this overload used by deserialization).
public BsonInternalException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
context System.Runtime.Serialization.StreamingContext The StreamingContext.
Результат System

BsonInternalException() публичный Метод

Initializes a new instance of the BsonInternalException class.
public BsonInternalException ( string message ) : System
message string The error message.
Результат System

BsonInternalException() публичный Метод

Initializes a new instance of the BsonInternalException class.
public BsonInternalException ( string message, Exception innerException ) : System
message string The error message.
innerException System.Exception The inner exception.
Результат System