PromptException 类

定义

与提示相关的异常层次结构的根。

[System.Serializable]
public abstract class PromptException : Exception
[<System.Serializable>]
type PromptException = class
    inherit Exception
Public MustInherit Class PromptException
Inherits Exception
继承
PromptException
派生
属性

构造函数

PromptException(SerializationInfo, StreamingContext)

与提示相关的异常层次结构的根。

PromptException(String)

使用指定的错误消息初始化 PromptException 类的新实例。

适用于