Class ImageSaveException

Class ImageSaveException

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

Görüntü kaydetme istisnası. Görüntü kaydedilirken meydana gelir.

public class ImageSaveException : ImageException, ISerializable

Miras

objectExceptionImageExceptionImageSaveException

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

ImageSaveException(string)

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

public ImageSaveException(string message)

Parametreler

message string

İstisna mesajı.

ImageSaveException(string, Exception)

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

public ImageSaveException(string message, Exception innerException)

Parametreler

message string

İstisna mesajı.

innerException Exception

İç istisna.

 Türkçe