Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As UnsupportedQueryCriteriaException |
Syntax
Visual Basic |
---|
Public Class UnsupportedQueryCriteriaException Inherits DataAccessLayerException |
C# |
---|
public class UnsupportedQueryCriteriaException : DataAccessLayerException |
C++ |
---|
public ref class UnsupportedQueryCriteriaException : public DataAccessLayerException |
J# |
---|
public class UnsupportedQueryCriteriaException extends DataAccessLayerException |
JScript |
---|
public class UnsupportedQueryCriteriaException extends DataAccessLayerException |
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.EnterpriseManagement.Common.DataAccessLayerException
Microsoft.EnterpriseManagement.Common.UnsupportedQueryCriteriaException
System.Exception
Microsoft.EnterpriseManagement.Common.DataAccessLayerException
Microsoft.EnterpriseManagement.Common.UnsupportedQueryCriteriaException
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.