InstanceQueryArgs.ExceptionName プロパティ

.NET の例外の完全修飾型名を表す文字列を指定します。このパラメーターを指定した場合は、永続化ストアで指定の例外と関連付けられたサービス インスタンスのみが返されます。

名前空間: Microsoft.ApplicationServer.StoreManagement.Query
アセンブリ: Microsoft.ApplicationServer.StoreManagement (microsoft.applicationserver.storemanagement.dll)

使用法

構文

'宣言
Public Property ExceptionName As String
public string ExceptionName { get; set; }
public:
property String^ ExceptionName {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ExceptionName ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ExceptionName (String value)
CompilerGeneratedAttribute 
public function get ExceptionName () : String

CompilerGeneratedAttribute 
public function set ExceptionName (value : String)

プロパティの値

例外の名前が含まれる文字列です。

スレッド セーフ

この型のパブリック静的 (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンスのメンバーはいずれも、スレッド セーフである保証はありません。

プラットフォーム

開発プラットフォーム

Visual Studio 2010 およびそれ以降, .NET Framework 4

対象プラットフォーム

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

関連項目

参照

InstanceQueryArgs クラス
InstanceQueryArgs メンバー
Microsoft.ApplicationServer.StoreManagement.Query 名前空間