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 InvalidQueryException class for serialization.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected InvalidQueryException(
    SerializationInfo info,
    StreamingContext context
)
protected:
InvalidQueryException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> InvalidQueryException
protected function InvalidQueryException(
    info : SerializationInfo, 
    context : StreamingContext
)
Parameters
- info 
 Type: SerializationInfo- A SerializationInfo object. 
- context 
 Type: StreamingContext- A StreamingContext object. 
.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
InvalidQueryException Overload