Constructor TruncationException
TruncationException()
Initializes a new instance of the TruncationException class.
public TruncationException()
TruncationException(string)
Initializes a new instance of the TruncationException class.
public TruncationException(string message)
Parameters
message
stringThe error message.
TruncationException(string, Exception)
Initializes a new instance of the TruncationException class.
public TruncationException(string message, Exception innerException)
Parameters
TruncationException(SerializationInfo, StreamingContext)
Initializes a new instance of the TruncationException class (this overload used by deserialization).
public TruncationException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo.
context
StreamingContextThe StreamingContext.