Class JpegLoadException
Pôvodný názov: Aspose.Imaging.CoreExceptions.ImageFormats Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Predstavuje výnimku JPEG image loading.
public class JpegLoadException : JpegException, ISerializable
Inheritance
object ← Exception ← ImageException ← JpegException ← JpegLoadException
Implements
Z dedičných členov
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(Stretnutie)
Initalizuje novú inštanciu triedy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message)
Parameters
message
string
Výnimkou je posolstvo.
JpegLoadException(Stretch, výnimka)
Initalizuje novú inštanciu triedy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message, Exception innerException)
Parameters
message
string
a posolstvo .
innerException
Exception
Vnútorná výnimka
JpegLoadException(Tabuľka, ErrorReason)
Initalizuje novú inštanciu triedy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message, JpegLoadException.ErrorReason reason)
Parameters
message
string
Výnimkou je posolstvo.
reason
JpegLoadException
.
ErrorReason
Dôvodom je chyba.
JpegLoadException(String, výnimka, ErrorReason)
Initalizuje novú inštanciu triedy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.
public JpegLoadException(string message, Exception innerException, JpegLoadException.ErrorReason reason)
Parameters
message
string
Výnimkou je posolstvo.
innerException
Exception
Vnútorná výnimka
reason
JpegLoadException
.
ErrorReason
Dôvodom je chyba.
Properties
Reason
Získať alebo nastaviť príčinu chyby.
public JpegLoadException.ErrorReason Reason { get; set; }