MongoDB.Bson.TruncationException.TruncationException C# (CSharp) 메소드

TruncationException() 공개 메소드

Initializes a new instance of the TruncationException class.
public TruncationException ( ) : System
리턴 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