InvalidStructurePathException Constructor (String)
Initializes a new instance of the InvalidStructurePathException class.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public InvalidStructurePathException(
string message
)
public:
InvalidStructurePathException(
String^ message
)
new :
message:string -> InvalidStructurePathException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message.
See Also
InvalidStructurePathException Overload
InvalidStructurePathException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top