Class InvalidCodeException

Class InvalidCodeException

Navne til: Aspose.BarCode Sammensætning: Aspose.BarCode.dll (25.4.0)

Undtagelsen vil blive kastet, når ulovlige tegn er indeholdt i kodteksten.

public class InvalidCodeException : BarCodeException, ISerializable

Inheritance

object Exception BarCodeException InvalidCodeException

Implements

ISerializable

De arvede medlemmer

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

Initierer en ny instans af Aspose.BarCode.InvalidCodeException klasse.

public InvalidCodeException()

InvalidCodeException(String)

Initialiserer en ny instans i InvalidCodeException-klassen med en angivet fejlmelding.

public InvalidCodeException(string message)

Parameters

message string

En tråd, der beskriver fejltagelsen.

 Dansk