InstAPIException 类

定义

当服务器无法解析具有唯一实例 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

适用于