Partager via


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

Voir aussi

Référence

ExpectedExceptionAttribute Classe

Microsoft.VisualStudio.TestTools.UnitTesting, espace de noms