Class
SymbolSizeException

The exception thrown related to symbol size.

Definition

Namespace:Telerik.Barcode.Symbology

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SymbolSizeException : Exception, ISerializable

Inheritance: objectExceptionSymbolSizeException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

Constructors

SymbolSizeException()

Initializes a new instance of the SymbolSizeException class.

Declaration

cs-api-definition
public SymbolSizeException()

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