Class JpegLoadException

Class JpegLoadException

Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)

Reprezentuje výjimku při načítání JPEG obrázku.

public class JpegLoadException : JpegException, ISerializable

Dědičnost

objectExceptionImageExceptionJpegExceptionJpegLoadException

Implementuje

ISerializable

Děděné členy

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()

Konstruktor

JpegLoadException(string)

Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

public JpegLoadException(string message)

Parametry

message string

Zpráva výjimky.

JpegLoadException(string, Exception)

Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

public JpegLoadException(string message, Exception innerException)

Parametry

message string

Zpráva.

innerException Exception

Vnitřní výjimka.

JpegLoadException(string, ErrorReason)

Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

public JpegLoadException(string message, JpegLoadException.ErrorReason reason)

Parametry

message string

Zpráva výjimky.

reason JpegLoadException.ErrorReason

Důvod chyby.

JpegLoadException(string, Exception, ErrorReason)

Inicializuje novou instanci třídy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

public JpegLoadException(string message, Exception innerException, JpegLoadException.ErrorReason reason)

Parametry

message string

Zpráva výjimky.

innerException Exception

Vnitřní výjimka.

reason JpegLoadException.ErrorReason

Důvod chyby.

Vlastnosti

Reason

Získá nebo nastaví důvod chyby.

public JpegLoadException.ErrorReason Reason { get; set; }

Hodnota vlastnosti

JpegLoadException.ErrorReason

 Čeština