Class InvalidLengthException
Namespace: Telerik.Barcode.Validation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class InvalidLengthException : ValidateException
Constructors
InvalidLengthException()
Declaration
public InvalidLengthException()
InvalidLengthException(Int32)
Declaration
public InvalidLengthException(int length)
Parameters
System.
|
InvalidLengthException(SerializationInfo, StreamingContext)
Declaration
protected InvalidLengthException(SerializationInfo info, StreamingContext context)
Parameters
System.
|
System.
|
InvalidLengthException(String)
Declaration
public InvalidLengthException(string message)
Parameters
System.
|
InvalidLengthException(String, Exception)
Declaration
public InvalidLengthException(string message, Exception innerException)
Parameters
System.
|
System.
|