Partager via


DataCollectorExceptionMessageInfo.ExceptionMessage, propriété

Obtient ou définit le message correspondant à 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 ExceptionMessage As String
    Get
    Private Set
public string ExceptionMessage { get; private set; }
public:
property String^ ExceptionMessage {
    String^ get ();
    private: void set (String^ value);
}
member ExceptionMessage : string with get, private set
function get ExceptionMessage () : String
private function set ExceptionMessage (value : String)

Valeur de propriété

Type : System.String
Message correspondant à l'exception qui s'est produite.

Sécurité .NET Framework

Voir aussi

Référence

DataCollectorExceptionMessageInfo Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms