Class BmpImageException

Class BmpImageException

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

BMP画像例外。

public class BmpImageException : ImageException, ISerializable

継承

objectExceptionImageExceptionBmpImageException

実装

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

コンストラクター

BmpImageException(string)

Aspose.Imaging.CoreExceptions.ImageFormats.BmpImageExceptionクラスの新しいインスタンスを初期化します。

public BmpImageException(string message)

パラメーター

message string

例外メッセージ。

BmpImageException(string, Exception)

Aspose.Imaging.CoreExceptions.ImageFormats.BmpImageExceptionクラスの新しいインスタンスを初期化します。

public BmpImageException(string message, Exception innerException)

パラメーター

message string

例外メッセージ。

innerException Exception

内部例外。

 日本語