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 クラスの新しいインスタンスを初期化します。

適用対象