InvalidQueryException Class
Represents an exception that is thrown when an invalid query is constructed and passed to the query.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Office.RecordsManagement.Reporting.InvalidQueryException
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class InvalidQueryException _
Inherits Exception
'Usage
Dim instance As InvalidQueryException
[SerializableAttribute]
public class InvalidQueryException : Exception
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.