Class JpegLoadException

Class JpegLoadException

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

Reprezentuje wyjątek ładowania obrazu JPEG.

public class JpegLoadException : JpegException, ISerializable

Dziedziczenie

objectExceptionImageExceptionJpegExceptionJpegLoadException

Implementuje

ISerializable

Członkowie dziedziczeni

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

Konstruktory

JpegLoadException(string)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

public JpegLoadException(string message)

Parametry

message string

Wiadomość wyjątku.

JpegLoadException(string, Exception)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

public JpegLoadException(string message, Exception innerException)

Parametry

message string

Wiadomość.

innerException Exception

Wyjątek wewnętrzny.

JpegLoadException(string, ErrorReason)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

public JpegLoadException(string message, JpegLoadException.ErrorReason reason)

Parametry

message string

Wiadomość wyjątku.

reason JpegLoadException.ErrorReason

Powód błędu.

JpegLoadException(string, Exception, ErrorReason)

Inicjalizuje nową instancję klasy Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException.

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

Parametry

message string

Wiadomość wyjątku.

innerException Exception

Wyjątek wewnętrzny.

reason JpegLoadException.ErrorReason

Powód błędu.

Właściwości

Reason

Pobiera lub ustawia powód błędu.

public JpegLoadException.ErrorReason Reason { get; set; }

Wartość właściwości

JpegLoadException.ErrorReason

 Polski