共用方式為


ExpectedExceptionAttribute.ExceptionType 屬性

取得預期的例外狀況型別。

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:System.Type
Type 物件。

.NET Framework 安全性

請參閱

參考

ExpectedExceptionAttribute 類別

Microsoft.VisualStudio.TestTools.UnitTesting 命名空間