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
'Declaration
Public Sub New ( _
    message As String, _
    name As String, _
    guid As String _
)
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 function StoredQueryNotFoundException(
    message : String, 
    name : String, 
    guid : String
)
Parameters
- message 
 Type: String- The error message. 
- name 
 Type: String- The name of the stored procedure. 
- guid 
 Type: String- The GUID identifier for the stored procedure. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
StoredQueryNotFoundException Class