DataCollectorExceptionMessageInfo.ExceptionType (Propiedad)

Obtiene o establece el tipo de excepción que se ha producido.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
El tipo de excepción que se ha producido.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectorExceptionMessageInfo Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)