Class ImageLoadException

Class ImageLoadException

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

Görüntü yükleme istisnası. Görüntü yüklenirken meydana gelir.

public class ImageLoadException : ImageException, ISerializable

Miras

objectExceptionImageExceptionImageLoadException

Uygulamalar

ISerializable

Miras Alınan Ü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

ImageLoadException(string)

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

public ImageLoadException(string message)

Parametreler

message string

İstisna mesajı.

ImageLoadException(string, Exception)

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

public ImageLoadException(string message, Exception innerException)

Parametreler

message string

İstisna mesajı.

innerException Exception

İç istisna.

 Türkçe