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 for serialization.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected StoredQueryNotFoundException(
SerializationInfo info,
StreamingContext context
)
protected:
StoredQueryNotFoundException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> StoredQueryNotFoundException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoA SerializationInfo object.
context
Type: System.Runtime.Serialization.StreamingContextA StreamingContext object.
See Also
SerializationInfo
StreamingContext
StoredQueryNotFoundException Overload
StoredQueryNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top