Class InvalidLengthException
The exception that is thrown when an invalid symbol is detected in the input of a RadBarcode.
Inheritance
Namespace: Telerik.Barcode.Validation
Assembly: Telerik.Reporting.dll
Syntax
public class InvalidLengthException : ValidateException, _Exception, ISerializable
Constructors
InvalidLengthException()
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException()
InvalidLengthException(Int32)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(int length)
Parameters
System.Int32
length
The maximum length that was exceeded. |
InvalidLengthException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidLengthException class.
Declaration
protected InvalidLengthException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
InvalidLengthException(String)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(string message)
Parameters
System.String
message
|
InvalidLengthException(String, Exception)
Initializes a new instance of the InvalidLengthException class.
Declaration
public InvalidLengthException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|