[]
        
(Showing Draft Content)

C1.DataConnector.C1KeyNotFoundException

C1KeyNotFoundException Class

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.

Inheritance
C1KeyNotFoundException
Implements
Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public class C1KeyNotFoundException : C1DataConnectorException, ISerializable

Constructors

Name Description
C1KeyNotFoundException()

Inits a new instance of C1KeyNotFoundException

C1KeyNotFoundException(string)

Inits a new instance of C1KeyNotFoundException

C1KeyNotFoundException(string, Exception)

Inits a new instance of C1KeyNotFoundException

C1KeyNotFoundException(string, params string[])

Inits a new instance of C1KeyNotFoundException