Share via


StoredQueryNotFoundException Constructor (String, String, String)

 

Initializes a new instance of the StoredQueryNotFoundException class.

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

Syntax

public StoredQueryNotFoundException(
    string message,
    string name,
    string guid
)
public:
StoredQueryNotFoundException(
    String^ message,
    String^ name,
    String^ guid
)
new : 
        message:string *
        name:string *
        guid:string -> StoredQueryNotFoundException
Public Sub New (
    message As String,
    name As String,
    guid As String
)

Parameters

  • guid
    Type: System.String

    The GUID identifier for the stored procedure.

See Also

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

Return to top