Class FrameworkException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
이미징 프레임워크 예외입니다. 이 클래스는 모든 Aspose.Imaging 예외의 핵심 클래스입니다.
Aspose.Imaging 엔진에서 발생한 예외와 다른 모든 예외 유형을 구분하기 위해 도입되었습니다.
public class FrameworkException : Exception, ISerializable
상속
object ← Exception ← FrameworkException
파생
CompressorException, OperationInterruptedException, StreamReadException, XmpException
구현
상속된 멤버
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()
생성자
FrameworkException(string)
Aspose.Imaging.CoreExceptions.FrameworkException 클래스의 새 인스턴스를 초기화합니다.
public FrameworkException(string message)
매개변수
message
string
메시지입니다.
FrameworkException(string, Exception)
Aspose.Imaging.CoreExceptions.FrameworkException 클래스의 새 인스턴스를 초기화합니다.
public FrameworkException(string message, Exception innerException)
매개변수
message
string
메시지입니다.
innerException
Exception
내부 예외입니다.