Class JpegLoadException

Class JpegLoadException

이름 공간 : Aspose.Imaging.CoreExceptions.ImageFormats 모임: Aspose.Imaging.dll (25.4.0)

JPEG 이미지 충전 예외를 나타냅니다.

public class JpegLoadException : JpegException, ISerializable

Inheritance

object Exception ImageException JpegException JpegLoadException

Implements

ISerializable

상속 회원들

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(스트리트)

Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 클래스의 새로운 예를 시작합니다.

public JpegLoadException(string message)

Parameters

message string

예외 메시지

JpegLoadException(스트리트, 예외)

Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 클래스의 새로운 예를 시작합니다.

public JpegLoadException(string message, Exception innerException)

Parameters

message string

그 메시지

innerException Exception

내면의 예외

JpegLoadException(오류, 오류에 대하여)

Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 클래스의 새로운 예를 시작합니다.

public JpegLoadException(string message, JpegLoadException.ErrorReason reason)

Parameters

message string

예외 메시지

reason JpegLoadException . ErrorReason

오류의 원인입니다.

JpegLoadException(링크, 예외, ErrorReason)

Aspose.Imaging.CoreExceptions.ImageFormats.JpegLoadException 클래스의 새로운 예를 시작합니다.

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

Parameters

message string

예외 메시지

innerException Exception

내면의 예외

reason JpegLoadException . ErrorReason

오류의 원인입니다.

Properties

Reason

오류의 원인을 얻거나 설정합니다.

public JpegLoadException.ErrorReason Reason { get; set; }

부동산 가치

JpegLoadException . ErrorReason

 한국어