Class JpegLoadException

Class JpegLoadException

A név: Aspose.Imaging.CoreExceptions.ImageFormats Összefoglaló: Aspose.Imaging.dll (25.4.0)

A JPEG kép feltöltésének kivétele.

public class JpegLoadException : JpegException, ISerializable

Inheritance

object Exception ImageException JpegException JpegLoadException

Implements

ISerializable

Örökletes tagok

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

Indít egy új példát a Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException osztály.

public JpegLoadException(string message)

Parameters

message string

A kivételes üzenet.

JpegLoadException(Szilveszter, kivétel)

Indít egy új példát a Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException osztály.

public JpegLoadException(string message, Exception innerException)

Parameters

message string

Az üzenet.

innerException Exception

A belső kivétel.

JpegLoadException(ErrorReason és ErrorReason)

Indít egy új példát a Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException osztály.

public JpegLoadException(string message, JpegLoadException.ErrorReason reason)

Parameters

message string

A kivételes üzenet.

reason JpegLoadException . ErrorReason

A hiba oka.

JpegLoadException(Részletesebben ErrorReason, ErrorReason)

Indít egy új példát a Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException osztály.

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

Parameters

message string

A kivételes üzenet.

innerException Exception

A belső kivétel.

reason JpegLoadException . ErrorReason

A hiba oka.

Properties

Reason

Megkapja vagy állítja meg a hiba okát.

public JpegLoadException.ErrorReason Reason { get; set; }

ingatlan értéke

JpegLoadException . ErrorReason

 Magyar