Class
SymbolSizeException

The exception thrown related to symbol size.

Definition

Namespace:Telerik.Barcode.Symbology

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class SymbolSizeException : Exception

Inheritance: objectExceptionSymbolSizeException

Constructors

SymbolSizeException()

Initializes a new instance of the SymbolSizeException class.

Declaration

cs-api-definition
public SymbolSizeException()

SymbolSizeException(SerializationInfo, StreamingContext)

Initializes a new instance of the SymbolSizeException class.

Declaration

cs-api-definition
protected SymbolSizeException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

context

StreamingContext

SymbolSizeException(string)

Initializes a new instance of the SymbolSizeException class.

Declaration

cs-api-definition
public SymbolSizeException(string message)

Parameters

message

string

SymbolSizeException(string, Exception)

Initializes a new instance of the SymbolSizeException class.

Declaration

cs-api-definition
public SymbolSizeException(string message, Exception innerException)

Parameters

message

string

innerException

Exception