Class SymbolSizeException
The exception thrown related to symbol size.
Inheritance
System.Object
System.Exception
SymbolSizeException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: DPL.Telerik.Barcode.Symbology
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class SymbolSizeException : Exception, ISerializable, _Exception
Constructors
SymbolSizeException()
Initializes a new instance of the Symbol
Declaration
public SymbolSizeException()
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.
|