Class PngImageException

Class PngImageException

Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)

PNG görüntü istisnası.

public class PngImageException : Exception, ISerializable

Kalıtım

objectExceptionPngImageException

Uygulamalar

ISerializable

Kalıtılan Ü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

PngImageException(string)

Aspose.Imaging.CoreExceptions.ImageFormats.PngImageException sınıfının yeni bir örneğini başlatır.

public PngImageException(string message)

Parametreler

message string

Mesaj.

PngImageException(string, Exception)

Aspose.Imaging.CoreExceptions.ImageFormats.PngImageException sınıfının yeni bir örneğini başlatır.

public PngImageException(string message, Exception innerException)

Parametreler

message string

Mesaj.

innerException Exception

İç istisna.

 Türkçe