C# Class MongoDB.Bson.TruncationException

Inheritance: BsonException
Datei anzeigen Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method Description
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.

Method Details

TruncationException() public method

Initializes a new instance of the TruncationException class.
public TruncationException ( ) : System
return System

TruncationException() public method

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.
return System

TruncationException() public method

Initializes a new instance of the TruncationException class.
public TruncationException ( string message ) : System
message string The error message.
return System

TruncationException() public method

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.
return System