Class BarCodeException

Class BarCodeException

De naam: Aspose.BarCode Verzameling: Aspose.BarCode.dll (25.4.0)

Het is de uitzondering voor het creëren van barcode afbeelding.

public class BarCodeException : Exception, ISerializable

Inheritance

object Exception BarCodeException

Derived

InvalidCodeException

Implements

ISerializable

Geëerbiede leden

Exception.GetBaseException() , Exception.ToString() , Exception.GetType() , Exception.TargetSite , Exception.Message , Exception.Data , Exception.InnerException , Exception.HelpLink , Exception.Source , Exception.HResult , Exception.StackTrace , Exception.SerializeObjectState , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

BarCodeException()

Initialiseert een nieuwe instantie van de Aspose.BarCode.BarCodeException klasse.

public BarCodeException()

BarCodeException(String)

Initialiseert een nieuwe instantie van de Aspose.BarCode.BarCodeException klasse met een aangegeven foutbericht.

public BarCodeException(string message)

Parameters

message string

De foutbericht van de uitzondering.

BarCodeException(String, uitzondering)

Initialiseert een nieuwe instantie van de Aspose.BarCode.BarCodeException klasse met de aangegeven foutbericht en de huidige uitzondering.

public BarCodeException(string message, Exception innerException)

Parameters

message string

De foutbericht van de uitzondering.

innerException Exception

De huidige uitzondering is weggegooid.

 Nederlands