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.Reporting.dll
Syntax:
public class InvalidLengthException : ValidateException
Inheritance: objectExceptionSystemExceptionArgumentExceptionValidateExceptionInvalidLengthException
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
SerializationInfo
context
StreamingContext
InvalidLengthException(int)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(int length)
Parameters
length
int
The maximum length that was exceeded.
InvalidLengthException(string)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(string message)
Parameters
message
string
InvalidLengthException(string, Exception)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(string message, Exception innerException)
Parameters
message
string
innerException
Exception