dotConnect Universal Documentation
Devart.Common Namespace / QueryRecordCountException Class
Members

In This Topic
    QueryRecordCountException Class
    In This Topic
    Describes an error that is raised during record count request process.
    Syntax
    'Declaration
     
    Public Class QueryRecordCountException 
       Inherits System.Exception
       Implements System.Runtime.InteropServices._ExceptionSystem.Runtime.Serialization.ISerializable 
    Remarks
    This class is used to differentiate exceptions from DbDataTable.QueryRecordCount and other fetch exceptions. The actual error message can be accessed via the InnerException property.
    Inheritance Hierarchy

    System.Object
       System.Exception
          Devart.Common.QueryRecordCountException

    See Also