Class InvalidLengthException
The exception that is thrown when an invalid symbol is detected in the input of a RadBarcode.
Inheritance
Inherited Members
Namespace: DPL.Telerik.Barcode.Validation
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class InvalidLengthException : ValidateException, _Exception, ISerializable
Constructors
InvalidLengthException()
Initializes a new instance of the Invalid
Declaration
public InvalidLengthException()
InvalidLengthException(Int32)
Initializes a new instance of the Invalid
Declaration
public InvalidLengthException(int length)
Parameters
System. The maximum length that was exceeded. |
InvalidLengthException(String)
Initializes a new instance of the Invalid
Declaration
public InvalidLengthException(string message)
Parameters
System.
|
InvalidLengthException(String, Exception)
Initializes a new instance of the Invalid
Declaration
public InvalidLengthException(string message, Exception innerException)
Parameters
System.
|
System.
|