ExpectedExceptionAttribute.ExceptionType 属性

获取预期的异常类型。

命名空间:  Microsoft.VisualStudio.TestTools.UnitTesting
程序集:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

语法

声明
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)

属性值

类型:System.Type
一个 Type 对象。

.NET Framework 安全性

请参见

参考

ExpectedExceptionAttribute 类

Microsoft.VisualStudio.TestTools.UnitTesting 命名空间