Class FrameworkException

Class FrameworkException

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

이 클래스는 모든 Aspose.Imaging 예외에 대한 핵심 클래스입니다.Aspose.Imaging 엔진과 다른 모든 예외 유형에 의해 던진 예외 사이의 차별을 제공합니다.

public class FrameworkException : Exception, ISerializable

Inheritance

object Exception FrameworkException

Derived

CompressorException , OperationInterruptedException , StreamReadException , XmpException

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

FrameworkException(스트리트)

Aspose.Imaging.CoreExceptions.FrameworkException 클래스의 새로운 사례를 시작합니다.

public FrameworkException(string message)

Parameters

message string

그 메시지

FrameworkException(스트리트, 예외)

Aspose.Imaging.CoreExceptions.FrameworkException 클래스의 새로운 사례를 시작합니다.

public FrameworkException(string message, Exception innerException)

Parameters

message string

그 메시지

innerException Exception

내면의 예외

 한국어