Freigeben über


DataCollectorExceptionMessageInfo.ExceptionType-Eigenschaft

Ruft den Typ der aufgetretenen Ausnahme ab oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property ExceptionType As String
    Get
    Private Set
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)

Eigenschaftswert

Typ: System.String
Der Typ der aufgetretenen Ausnahme.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataCollectorExceptionMessageInfo Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace