Class PngImageException
Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)
PNG画像の例外。
public class PngImageException : Exception, ISerializable
継承
object ← Exception ← PngImageException
実装
継承メンバー
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()
コンストラクタ
PngImageException(string)
Aspose.Imaging.CoreExceptions.ImageFormats.PngImageExceptionクラスの新しいインスタンスを初期化します。
public PngImageException(string message)
パラメータ
message
string
メッセージ。
PngImageException(string, Exception)
Aspose.Imaging.CoreExceptions.ImageFormats.PngImageExceptionクラスの新しいインスタンスを初期化します。
public PngImageException(string message, Exception innerException)
パラメータ
message
string
メッセージ。
innerException
Exception
内部例外。