New to Telerik UI for WPFStart a free 30-day trial

The exception thrown related to symbol size.

Definition

Namespace:Telerik.Barcode.Symbology

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
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

Initializes a new instance of the SymbolSizeException class.

C#
public SymbolSizeException()

Initializes a new instance of the SymbolSizeException class.

C#
protected SymbolSizeException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfocontextStreamingContext

Initializes a new instance of the SymbolSizeException class.

C#
public SymbolSizeException(string message, Exception innerException)
Parameters:messagestringinnerExceptionException

Initializes a new instance of the SymbolSizeException class.

C#
public SymbolSizeException(string message)
Parameters:messagestring