Class JpegLoadException

Class JpegLoadException

Nazwa przestrzeń: Aspose.Imaging.CoreExceptions.ImageFormats Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Jest to wyjątek do ładowania obrazu JPEG.

public class JpegLoadException : JpegException, ISerializable

Inheritance

object Exception ImageException JpegException JpegLoadException

Implements

ISerializable

Dziedziczeni członkowie

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

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

public JpegLoadException(string message)

Parameters

message string

To wyjątkowa wiadomość.

JpegLoadException(Szydło, wyjątek)

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

public JpegLoadException(string message, Exception innerException)

Parameters

message string

To przesłanie .

innerException Exception

wewnętrznego wyjątku.

JpegLoadException(Tłumaczenie, ErrorReason)

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

public JpegLoadException(string message, JpegLoadException.ErrorReason reason)

Parameters

message string

To wyjątkowa wiadomość.

reason JpegLoadException . ErrorReason

Przyczyna błędu .

JpegLoadException(String, Wyjątki, ErrorReason)

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

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

Parameters

message string

To wyjątkowa wiadomość.

innerException Exception

wewnętrznego wyjątku.

reason JpegLoadException . ErrorReason

Przyczyna błędu .

Properties

Reason

Uzyskuje lub ustala przyczynę błędu.

public JpegLoadException.ErrorReason Reason { get; set; }

Wartość nieruchomości

JpegLoadException . ErrorReason

 Polski