다음을 통해 공유


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)

속성 값

형식: Type
Type 개체

.NET Framework 보안

참고 항목

참조

ExpectedExceptionAttribute 클래스

Microsoft.VisualStudio.TestTools.UnitTesting 네임스페이스