Class PlatformException
이름 공간 : Aspose.Html 구성: Aspose.HTML.dll (25.4.0)
신청 실행 기간 동안 발생할 수 있는 모든 예외에 대한 기본 클래스를 나타냅니다.
[ComVisible(true)]
public class PlatformException : Exception, ISerializable
Inheritance
object ← Exception ← PlatformException
Derived
Implements
상속 회원들
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
PlatformException()
Aspose.Html.PlatformException 클래스의 새로운 사례를 시작합니다.
public PlatformException()
PlatformException(스트리트)
Aspose.Html.PlatformException 클래스의 새로운 사례를 지정된 오류 메시지로 시작합니다.
public PlatformException(string message)
Parameters
message
string
오류를 설명하는 메시지입니다.
PlatformException(스트리트, 예외)
Aspose.Html.PlatformException 클래스의 새로운 사례를 지정된 오류 메시지와이 예외의 원인 인 내부 예외에 대한 참조로 시작합니다.
public PlatformException(string message, Exception innerException)
Parameters
message
string
예외의 이유를 설명하는 오류 메시지.
innerException
Exception
현재의 예외의 원인인 예외 또는 내부 예외가 명시되지 않은 경우 참조가 없음.