Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

StoredQueryNotFoundException Constructor (String^, Exception^, 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)

public:
StoredQueryNotFoundException(
	String^ message,
	Exception^ innerException,
	String^ name,
	String^ guid
)

Parameters

message
Type: System::String^

The error message.

innerException
Type: System::Exception^

The original exception that caused this current exception.

name
Type: System::String^

The name of the stored procedure.

guid
Type: System::String^

The GUID identifier for the stored procedure.

Return to top
Show: