[]
Represents an exception that is thrown when an invalid value is specified for a Length unit designator.
public class InvalidLengthException : Exception, ISerializable
Name | Description |
---|---|
InvalidLengthException() | Initializes a new instance of the InvalidLengthException class. |
InvalidLengthException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidLengthException class using a serialized data. |
InvalidLengthException(string) | Initializes a new instance of the InvalidLengthException class using a specified error message. |
InvalidLengthException(string, Exception) | Initializes a new instance of the InvalidLengthException class using a specified error message and a reference to the inner exception that caused this exception. |