Class PngImageException

Class PngImageException

nazivni prostor: Aspose.Imaging.CoreExceptions.ImageFormats Sastav: Aspose.Imaging.dll (25.4.0)

Iznimka za png sliku.

public class PngImageException : Exception, ISerializable

Inheritance

object Exception PngImageException

Implements

ISerializable

naslijeđeni članovi

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

PngImageException(String)

Inicijalizira novu primjenu Aspose.Imaging.CoreExceptions.ImageFormats.Png ImageException klase.

public PngImageException(string message)

Parameters

message string

To je poruka.

PngImageException(String, iznimka)

Inicijalizira novu primjenu Aspose.Imaging.CoreExceptions.ImageFormats.Png ImageException klase.

public PngImageException(string message, Exception innerException)

Parameters

message string

To je poruka.

innerException Exception

To je unutarnja iznimka.

 Hrvatski