[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.BarCodeException

Class BarCodeException

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

The exception thrown when an error is caused by an inapplicable value of the barcode control.

public class BarCodeException : Exception, ISerializable
Inheritance
object
System.Exception
BarCodeException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()

Constructors

BarCodeException()

Initializes a new instance of the BarCodeException class.

public BarCodeException()

BarCodeException(string, Exception)

Initializes a new instance of the BarCodeException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public BarCodeException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException System.Exception

The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

BarCodeException(string)

Initializes a new instance of the BarCodeException class with a specified error message.

public BarCodeException(string message)

Parameters

message string

A message that describes the error.

Properties

ErrorCode

Internal error code

public BarCodeException.EnumErrorCode ErrorCode { get; }

Property Value

BarCodeException.EnumErrorCode

Message

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string