다음을 통해 공유


InternalTestFailureException 생성자 (String)

지정된 오류 메시지를 사용하여 InternalTestFailureException 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UnitTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

구문

‘선언
Public Sub New ( _
    msg As String _
)
public InternalTestFailureException(
    string msg
)
public:
InternalTestFailureException(
    String^ msg
)
new : 
        msg:string -> InternalTestFailureException
public function InternalTestFailureException(
    msg : String
)

매개 변수

  • msg
    형식: String

    오류 메시지 문자열입니다.

설명

다음 표에서는 InternalTestFailureException 인스턴스의 초기 속성 값을 보여 줍니다.

Property

내부 예외

nullNull 참조(Visual Basic의 경우 Nothing).

.NET Framework 보안

참고 항목

참조

InternalTestFailureException 클래스

InternalTestFailureException 오버로드

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