PromptException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与提示相关的异常层次结构的根。
[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 类的新实例。 |