MongoDB.Bson.TruncationException.TruncationException C# (CSharp) Method

TruncationException() public method

Initializes a new instance of the TruncationException class.
public TruncationException ( ) : System
return System
        public TruncationException()
            : this("Truncation resulted in data loss.")
        {
        }

Same methods

TruncationException::TruncationException ( SerializationInfo info, StreamingContext context ) : System
TruncationException::TruncationException ( string message ) : System
TruncationException::TruncationException ( string message, Exception innerException ) : System
TruncationException