AssertInconclusiveException Constructor (String)
Initializes a new instance of the AssertInconclusiveException class with a specified error message.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
public AssertInconclusiveException(
string msg
)
public:
AssertInconclusiveException(
String^ msg
)
new :
msg:string -> AssertInconclusiveException
public function AssertInconclusiveException(
msg : String
)
Parameters
msg
Type: StringThe message that describes the error.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AssertInconclusiveException Class
AssertInconclusiveException Overload
Microsoft.VisualStudio.TestTools.UnitTesting Namespace