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
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| InstAPIException() |
初始化 InstAPIException 類別的新執行個體。 |
| InstAPIException(SerializationInfo, StreamingContext) |
初始化一個包含指定資訊與上下文的新類別實例 InstAPIException 。 |
| InstAPIException(String, Exception) |
初始化類別的新實例 InstAPIException ,並指定訊息與內部例外。 |
| InstAPIException(String) |
初始化一個帶有指定訊息的 InstAPIException 類別實例。 |