Class JpegLoadException
De naam: Aspose.Imaging.CoreExceptions.ImageFormats Verzameling: Aspose.Imaging.dll (25.4.0)
Het is de JPEG-afbeelding loading uitzondering.
public class JpegLoadException : JpegException, ISerializable
Inheritance
object ← Exception ← ImageException ← JpegException ← JpegLoadException
Implements
Geëerbiede leden
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()
Constructors
JpegLoadException(String)
Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException klasse.
public JpegLoadException(string message)
Parameters
message
string
De uitzondering boodschap.
JpegLoadException(String, uitzondering)
Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException klasse.
public JpegLoadException(string message, Exception innerException)
Parameters
message
string
De boodschap.
innerException
Exception
De innerlijke uitzondering.
JpegLoadException(String en ErrorReason)
Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException klasse.
public JpegLoadException(string message, JpegLoadException.ErrorReason reason)
Parameters
message
string
De uitzondering boodschap.
reason
JpegLoadException
.
ErrorReason
De oorzaak van de fout.
JpegLoadException(string, uitzondering, errorreason)
Initialiseert een nieuwe instantie van de Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException klasse.
public JpegLoadException(string message, Exception innerException, JpegLoadException.ErrorReason reason)
Parameters
message
string
De uitzondering boodschap.
innerException
Exception
De innerlijke uitzondering.
reason
JpegLoadException
.
ErrorReason
De oorzaak van de fout.
Properties
Reason
Geeft of stelt de oorzaak van de fout.
public JpegLoadException.ErrorReason Reason { get; set; }