TechTalk Genome v4.2

NullableTruncateException Constructor

Initializes a new instance of the NullableTruncateException class with a specified error message.

Overload List

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);

See Also

NullableTruncateException Class | TechTalk.Genome.NullableTypes Namespace