Class InvalidCodeException

Class InvalidCodeException

Nom dels espais: Aspose.BarCode Assemblea: Aspose.BarCode.dll (25.4.0)

L’Excepció es llançarà quan hi hagi caràcters invalidats continguts en el text de codi.

public class InvalidCodeException : BarCodeException, ISerializable

Inheritance

object Exception BarCodeException InvalidCodeException

Implements

ISerializable

Membres heretats

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

Inicia una nova instància de la classe Aspose.BarCode.InvalidCodeExcepci.

public InvalidCodeException()

InvalidCodeException(Tàrrega)

Inicialitza una nova instància de la classe InvalidCodeException amb un missatge d’error especificat.

public InvalidCodeException(string message)

Parameters

message string

Una línia que descriu l’error.

 Català