Proprietà InstanceQueryArgs.ExceptionName

Specifica una stringa che rappresenta il nome di tipo completo di un'eccezione .NET. Se specificato, vengono restituite solo le istanze del servizio associate all'eccezione specificata nell'archivio di salvataggio permanente.

Spazio dei nomi: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Uso

Sintassi

'Dichiarazione
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)

Valore proprietà

Una stringa che contiene il nome dell'eccezione.

Protezione thread

Qualsiasi membro statico (condiviso in Visual Basic) di questo tipo è thread safe, diversamente dai membri istanza.

Piattaforme

Piattaforme di sviluppo

Visual Studio 2010 e versioni successive, .NET Framework 4

Piattaforme di destinazione

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

Vedere anche

Informazioni di riferimento

Classe InstanceQueryArgs
InstanceQueryArgs membri
Spazio dei nomi Microsoft.ApplicationServer.StoreManagement.Query