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
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 : String
Type de l'exception qui s'est produite.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.