Constructor RequiredKeysNotPresentException
| Improve this Doc View SourceRequiredKeysNotPresentException()
Initializes a new instance of the RequiredKeysNotPresentException class with a default message.
Declaration
public RequiredKeysNotPresentException()
RequiredKeysNotPresentException(String)
Initializes a new instance of the RequiredKeysNotPresentException class with the a specified error message.
Declaration
public RequiredKeysNotPresentException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |