Initializes a new instance of the NullableTruncateException class with a specified error message.
Initializes a new instance of the NullableTruncateException class with default properties.
public NullableTruncateException();
Initializes a new instance of the NullableTruncateException class using the specified serialization information and streaming context.
protected NullableTruncateException(SerializationInfo,StreamingContext);
Initializes a new instance of the NullableTruncateException class with a specified error message.
public NullableTruncateException(string);
Initializes a new instance of the NullableTruncateException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public NullableTruncateException(string,Exception);
NullableTruncateException Class | TechTalk.Genome.NullableTypes Namespace