Class JpegLoadException
Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)
מייצג את החריגה בהעלאת תמונת JPEG.
public class JpegLoadException : JpegException, ISerializable
ירושה
object ← Exception ← ImageException ← JpegException ← JpegLoadException
מיישם
חברים שמורשים
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()
בונים
JpegLoadException(string)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message)
פרמטרים
message
string
הודעת החריגה.
JpegLoadException(string, Exception)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message, Exception innerException)
פרמטרים
message
string
ההודעה.
innerException
Exception
החריגה הפנימית.
JpegLoadException(string, ErrorReason)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message, JpegLoadException.ErrorReason reason)
פרמטרים
message
string
הודעת החריגה.
reason
JpegLoadException.ErrorReason
סיבת השגיאה.
JpegLoadException(string, Exception, ErrorReason)
מאתחל מופע חדש של מחלקת Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message, Exception innerException, JpegLoadException.ErrorReason reason)
פרמטרים
message
string
הודעת החריגה.
innerException
Exception
החריגה הפנימית.
reason
JpegLoadException.ErrorReason
סיבת השגיאה.
מאפיינים
Reason
מקבל או קובע את סיבת השגיאה.
public JpegLoadException.ErrorReason Reason { get; set; }