Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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,
Exception innerException,
string name,
string guid
)
public:
StoredQueryNotFoundException(
String^ message,
Exception^ innerException,
String^ name,
String^ guid
)
new :
message:string *
innerException:Exception *
name:string *
guid:string -> StoredQueryNotFoundException
Public Sub New (
message As String,
innerException As Exception,
name As String,
guid As String
)
Parameters
message
Type: System.StringThe error message.
innerException
Type: System.ExceptionThe original exception that caused this current exception.
name
Type: System.StringThe name of the stored procedure.
guid
Type: System.StringThe GUID identifier for the stored procedure.
See Also
StoredQueryNotFoundException Overload
StoredQueryNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top