Class InvalidCodeException

Class InvalidCodeException

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

Undantaget kommer att kastas när olagliga tecken finns i kodtexten.

public class InvalidCodeException : BarCodeException, ISerializable

Inheritance

object Exception BarCodeException 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

InvalidCodeException()

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

public InvalidCodeException()

InvalidCodeException(Sträng)

Initialiserar en ny instans av InvalidCodeException-klassen med en angiven felmeddelande.

public InvalidCodeException(string message)

Parameters

message string

En sträng som beskriver felet.

 Svenska