Class BarCodeException

Class BarCodeException

Namn på plats: Aspose.BarCode Sammanfattning: Aspose.BarCode.dll (25.4.0)

Representerar undantaget för att skapa barkodbilden.

public class BarCodeException : Exception, ISerializable

Inheritance

object Exception BarCodeException

Derived

InvalidCodeException

Implements

ISerializable

Arvsmedlemmar

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()

Initialiserar en ny instans av Aspose.BarCode.BarCodeException klass.

public BarCodeException()

BarCodeException(Sträng)

Initialiserar en ny instans av Aspose.BarCode.BarCodeException klass med angiven felmeddelande.

public BarCodeException(string message)

Parameters

message string

felmeddelandet om undantaget.

BarCodeException(String, undantag)

Initialiserar en ny instans av Aspose.BarCode.BarCodeException-klassen med det angivna felmeddelandet och det aktuella undantaget.

public BarCodeException(string message, Exception innerException)

Parameters

message string

felmeddelandet om undantaget.

innerException Exception

Det nuvarande undantaget kastas bort.

 Svenska