Class SymbolSizeException
The exception thrown related to symbol size.
Inheritance
Inherited Members
Namespace: Telerik.Barcode.Symbology
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SymbolSizeException : Exception, ISerializable, _Exception
Constructors
SymbolSizeException()
Initializes a new instance of the SymbolSizeException class.
Declaration
public SymbolSizeException()
SymbolSizeException(SerializationInfo, StreamingContext)
Initializes a new instance of the SymbolSizeException class.
Declaration
protected SymbolSizeException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
SymbolSizeException(String)
Initializes a new instance of the SymbolSizeException class.
Declaration
public SymbolSizeException(string message)
Parameters
System.String
message
|
SymbolSizeException(String, Exception)
Initializes a new instance of the SymbolSizeException class.
Declaration
public SymbolSizeException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|