Share via


InvalidStructurePathException Constructor (String, Exception)

 

Initializes a new instance of the InvalidStructurePathException class by using the provided message and inner exception.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public InvalidStructurePathException(
    string message,
    Exception ex
)
public:
InvalidStructurePathException(
    String^ message,
    Exception^ ex
)
new : 
        message:string *
        ex:Exception -> InvalidStructurePathException
Public Sub New (
    message As String,
    ex As Exception
)

Parameters

  • ex
    Type: System.Exception

    The original exception that caused this current exception.

See Also

InvalidStructurePathException Overload
InvalidStructurePathException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top