Partager via


DataCollectorExceptionMessageInfo.ExceptionType, propriété

Obtient ou définit le type de l'exception qui s'est produite.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Type de l'exception qui s'est produite.

Sécurité .NET Framework

Voir aussi

Référence

DataCollectorExceptionMessageInfo Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms