ClassInvalidLengthException
The exception that is thrown when an invalid symbol is detected in the input of a RadBarcode.
Definition
Namespace:Telerik.Barcode.Validation
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class InvalidLengthException : ValidateException, ISerializable
Inheritance: objectExceptionSystemExceptionArgumentExceptionValidateExceptionInvalidLengthException
Implements:
Inherited Members
Constructors
InvalidLengthException()
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException()
InvalidLengthException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidLengthException class.
Declaration
protected InvalidLengthException(SerializationInfo info, StreamingContext context)
Parameters
info
context
InvalidLengthException(int)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(int length)
Parameters
length
The maximum length that was exceeded.
InvalidLengthException(string)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(string message)
Parameters
message
InvalidLengthException(string, Exception)
Initializes a new instance of the InvalidLengthException class.