[]
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.
public class C1KeyNotFoundException : C1DataConnectorException, ISerializable
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 |