Compartilhar via


Propriedade DataCollectorExceptionMessageInfo.ExceptionType

Obtém ou define o tipo de exceção que ocorreu.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
O tipo de exceção que ocorreu.

Segurança do .NET Framework

Consulte também

Referência

DataCollectorExceptionMessageInfo Classe

Namespace Microsoft.VisualStudio.TestTools.Common