Class ImageCreateException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Görüntü oluşturma istisnası. Görüntü oluşturma sırasında meydana gelir.
public class ImageCreateException : ImageException, ISerializable
Miras
object ← Exception ← ImageException ← ImageCreateException
Uygulamalar
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
ImageCreateException(string)
Aspose.Imaging.CoreExceptions.ImageCreateException sınıfının yeni bir örneğini başlatır.
public ImageCreateException(string message)
Parametreler
message
string
İstisna mesajı.
ImageCreateException(string, Exception)
Aspose.Imaging.CoreExceptions.ImageCreateException sınıfının yeni bir örneğini başlatır.
public ImageCreateException(string message, Exception innerException)
Parametreler
message
string
İstisna mesajı.
innerException
Exception
İçsel istisna.