Class SymbolSizeException
The exception thrown related to symbol size.
Inheritance
System.Object
SymbolSizeException
Namespace: Telerik.Barcode.Symbology
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SymbolSizeException : Exception
Constructors
SymbolSizeException()
Initializes a new instance of the Symbol
Declaration
public SymbolSizeException()
SymbolSizeException(SerializationInfo, StreamingContext)
Initializes a new instance of the Symbol
Declaration
protected SymbolSizeException(SerializationInfo info, StreamingContext context)
Parameters
System.
|
System.
|
SymbolSizeException(String)
Initializes a new instance of the Symbol
Declaration
public SymbolSizeException(string message)
Parameters
System.
|
SymbolSizeException(String, Exception)
Initializes a new instance of the Symbol
Declaration
public SymbolSizeException(string message, Exception innerException)
Parameters
System.
|
System.
|