ExpectedExceptionAttribute.ExceptionType, propriété
Obtient le type d'exception attendu.
Espace de noms : Microsoft.VisualStudio.TestTools.UnitTesting
Assembly : Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntaxe
'Déclaration
Public Property ExceptionType As Type
public Type ExceptionType { get; private set; }
public:
property Type^ ExceptionType {
Type^ get ();
private: void set (Type^ value);
}
member ExceptionType : Type with get, private set
function get ExceptionType () : Type
private function set ExceptionType (value : Type)
Valeur de propriété
Type : Type
Objet Type.
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.
Voir aussi
Référence
ExpectedExceptionAttribute Classe
Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms