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

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

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

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

Initializes a new instance of the TruncationException class.

TruncationException ( SerializationInfo info, StreamingContext context ) : System

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

TruncationException ( string message ) : System

Initializes a new instance of the TruncationException class.

TruncationException ( string message, Exception innerException ) : System

Initializes a new instance of the TruncationException class.

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

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

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

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

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

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

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

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

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