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

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

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

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

Initializes a new instance of the BsonException class.

BsonException ( SerializationInfo info, StreamingContext context ) : System

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

BsonException ( string message ) : System

Initializes a new instance of the BsonException class.

BsonException ( string message, Exception innerException ) : System

Initializes a new instance of the BsonException class.

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

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

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

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

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

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

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

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

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