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
例外是当前例外的原因,或者如果没有内在例外,则无参考。