次の方法で共有


PromptException クラス

定義

プロンプトに関連する例外階層のルート。

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

適用対象