Class ImageLoadException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
استثناء تحميل الصورة. يحدث أثناء تحميل الصورة.
public class ImageLoadException : ImageException, ISerializable
الوراثة
object ← Exception ← ImageException ← ImageLoadException
التنفيذ
الأعضاء الموروثة
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()
المنشئات
ImageLoadException(string)
يعمل على تهيئة مثيل جديد من فئة Aspose.Imaging.CoreExceptions.ImageLoadException.
public ImageLoadException(string message)
المعلمات
message
string
رسالة الاستثناء.
ImageLoadException(string, Exception)
يعمل على تهيئة مثيل جديد من فئة Aspose.Imaging.CoreExceptions.ImageLoadException.
public ImageLoadException(string message, Exception innerException)
المعلمات
message
string
رسالة الاستثناء.
innerException
Exception
الاستثناء الداخلي.