Class JpegLoadException
ja nimityö: Aspose.Imaging.CoreExceptions.ImageFormats Kokoelma: Aspose.Imaging.dll (25.4.0)
Se edustaa JPEG-kuvan latauksen poikkeusta.
public class JpegLoadException : JpegException, ISerializable
Inheritance
object ← Exception ← ImageException ← JpegException ← JpegLoadException
Implements
Perintöjäsenet
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)
Aloita uusi esimerkki Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException luokka.
public JpegLoadException(string message)
Parameters
message
string
Poikkeuksellinen viesti
JpegLoadException(Sinkki, poikkeus)
Aloita uusi esimerkki Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException luokka.
public JpegLoadException(string message, Exception innerException)
Parameters
message
string
Tämä viesti .
innerException
Exception
Sisäinen poikkeus on.
JpegLoadException(Virhe, virheMuokkaa)
Aloita uusi esimerkki Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException luokka.
public JpegLoadException(string message, JpegLoadException.ErrorReason reason)
Parameters
message
string
Poikkeuksellinen viesti
reason
JpegLoadException
.
ErrorReason
Virheen syy on.
JpegLoadException(ErrorReason, ErrorReason ja ErrorReason)
Aloita uusi esimerkki Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException luokka.
public JpegLoadException(string message, Exception innerException, JpegLoadException.ErrorReason reason)
Parameters
message
string
Poikkeuksellinen viesti
innerException
Exception
Sisäinen poikkeus on.
reason
JpegLoadException
.
ErrorReason
Virheen syy on.
Properties
Reason
Saa tai asettaa virheen syyn.
public JpegLoadException.ErrorReason Reason { get; set; }