Sdílet prostřednictvím


ExpectedExceptionAttribute.ExceptionType – vlastnost

Typ výjimky očekávané získá.

Obor názvů:  Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Deklarace
Public Property ExceptionType As Type
    Get
    Private Set
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)

Hodnota vlastnosti

Typ: System.Type
A Type objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ExpectedExceptionAttribute Třída

Microsoft.VisualStudio.TestTools.UnitTesting – obor názvů