Class InvalidCodeException

Class InvalidCodeException

Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.1.0)

Geçersiz karakterler kod metninde bulunduğunda istisna fırlatılacaktır.

public class InvalidCodeException : BarCodeException, ISerializable

Miras

objectExceptionBarCodeExceptionInvalidCodeException

Uygulamalar

ISerializable

Miras Alınan Üyeler

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

Yapıcılar

InvalidCodeException()

Aspose.BarCode.InvalidCodeException sınıfının yeni bir örneğini başlatır.

public InvalidCodeException()

InvalidCodeException(string)

Belirtilen bir hata mesajı ile InvalidCodeException sınıfının yeni bir örneğini başlatır.

public InvalidCodeException(string message)

Parametreler

message string

Hata açıklamasını içeren bir dize.

 Türkçe