InstAPIException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当服务器无法解析具有唯一实例 ID 的友好名称时引发的异常。
public ref class InstAPIException : Exception
[System.Serializable]
public class InstAPIException : Exception
[<System.Serializable>]
type InstAPIException = class
inherit Exception
Public Class InstAPIException
Inherits Exception
- 继承
-
InstAPIException
- 属性
构造函数
| InstAPIException() |
初始化 InstAPIException 类的新实例。 |
| InstAPIException(SerializationInfo, StreamingContext) |
使用指定的信息和上下文初始化 InstAPIException 类的新实例。 |
| InstAPIException(String) |
使用指定的消息初始化 类的新实例 InstAPIException 。 |
| InstAPIException(String, Exception) |
使用指定的消息和内部异常初始化 类的新实例 InstAPIException 。 |