Condividi tramite


Proprietà DataCollectorExceptionMessageInfo.ExceptionType

Ottiene o imposta il tipo di eccezione verificatosi.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Property ExceptionType As String
public string ExceptionType { get; private set; }
public:
property String^ ExceptionType {
    String^ get ();
    private: void set (String^ value);
}
member ExceptionType : string with get, private set
function get ExceptionType () : String 
private function set ExceptionType (value : String)

Valore proprietà

Tipo: String
Tipo di eccezione verificatosi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCollectorExceptionMessageInfo Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common