Class InvalidCodeException

Class InvalidCodeException

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

De uitzondering zal worden gegooid wanneer in de code tekst ongeldig karakters zijn opgenomen.

public class InvalidCodeException : BarCodeException, ISerializable

Inheritance

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

InvalidCodeException()

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

public InvalidCodeException()

InvalidCodeException(String)

Initialiseert een nieuwe instantie van de InvalidCodeException-klasse met een aangegeven foutbericht.

public InvalidCodeException(string message)

Parameters

message string

Een draad die de fout beschrijft.

 Nederlands