DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1KeyNotFoundException Class
Members

In This Topic
    C1KeyNotFoundException Class
    In This Topic
    This class provides a standard exception for scenarios where a specific key is expected to be present, but is missing or invalid. It provides a clear indication of issues related to key-based operations in the context of URL parameters or similar scenarios.
    Object Model
    C1KeyNotFoundException Class
    Syntax
    'Declaration
     
    Public Class C1KeyNotFoundException 
       Inherits C1DataConnectorException
    public class C1KeyNotFoundException : C1DataConnectorException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          C1.DataConnector.C1DataConnectorException
             C1.DataConnector.C1KeyNotFoundException

    See Also