DisabledTestInTestRunException Constructor (String)

Namespace: Microsoft.VisualStudio.TestTools.Exceptions
Assembly: Microsoft.VisualStudio.QualityTools.Common (in microsoft.visualstudio.qualitytools.common.dll)

Syntax

'Declaration
Public Sub New ( _
    msg As String _
)
'Usage
Dim msg As String

Dim instance As New DisabledTestInTestRunException(msg)
public DisabledTestInTestRunException (
    string msg
)
public:
DisabledTestInTestRunException (
    String^ msg
)
public DisabledTestInTestRunException (
    String msg
)
public function DisabledTestInTestRunException (
    msg : String
)

Parameters

  • msg

See Also

Reference

DisabledTestInTestRunException Class
DisabledTestInTestRunException Members
Microsoft.VisualStudio.TestTools.Exceptions Namespace