Class BmpImageException

Class BmpImageException

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

Bmp görüntü istisnası.

public class BmpImageException : ImageException, ISerializable

Kalıtım

objectExceptionImageExceptionBmpImageException

Uygular

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

BmpImageException(string)

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

public BmpImageException(string message)

Parametreler

message string

İstisna mesajı.

BmpImageException(string, Exception)

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

public BmpImageException(string message, Exception innerException)

Parametreler

message string

İstisna mesajı.

innerException Exception

İç istisna.

 Türkçe