InvalidQueryException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidQueryException class for serialization.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected InvalidQueryException(
SerializationInfo info,
StreamingContext context
)
protected:
InvalidQueryException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> InvalidQueryException
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
InvalidQueryException Overload
InvalidQueryException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top