Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub New ( _
    message As String, _
    parseIndex As Integer _
)
protected QueryExpressionException(
    string message,
    int parseIndex
)
protected:
QueryExpressionException(
    String^ message, 
    int parseIndex
)
new : 
        message:string * 
        parseIndex:int -> QueryExpressionException
protected function QueryExpressionException(
    message : String, 
    parseIndex : int
)
Parameters
- message
 Type: System.String
- parseIndex
 Type: System.Int32
.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.