Table of Contents

Class TruncationException

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Represents a truncation exception.

[Serializable]
public class TruncationException : BsonException, ISerializable
Inheritance
TruncationException
Implements
Inherited Members
Extension Methods

Constructors

TruncationException()

Initializes a new instance of the TruncationException class.

TruncationException(SerializationInfo, StreamingContext)

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

TruncationException(string)

Initializes a new instance of the TruncationException class.

TruncationException(string, Exception)

Initializes a new instance of the TruncationException class.