Class PngImageException

Class PngImageException

名称: Aspose.Imaging.CoreExceptions.ImageFormats 收藏: Aspose.Imaging.dll (25.4.0)

png图像的例外。

public class PngImageException : Exception, ISerializable

Inheritance

object Exception PngImageException

Implements

ISerializable

继承人

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

启动 Aspose.Imaging.CoreExceptions.ImageFormats.PngImageException 类的新例子。

public PngImageException(string message)

Parameters

message string

这个消息。

PngImageException(,例外)

启动 Aspose.Imaging.CoreExceptions.ImageFormats.PngImageException 类的新例子。

public PngImageException(string message, Exception innerException)

Parameters

message string

这个消息。

innerException Exception

内部的例外。

 中文