Method | Description | |
---|---|---|
ApiKeyRequiredException ( ) : System |
Initializes a new instance of the ApiKeyRequiredException class.
|
|
ApiKeyRequiredException ( string message ) : System |
Initializes a new instance of the ApiKeyRequiredException class with a specified error message.
|
|
ApiKeyRequiredException ( string message, Exception innerException ) : System |
Initializes a new instance of the ApiKeyRequiredException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public ApiKeyRequiredException ( string message ) : System | ||
message | string | |
return | System |
public ApiKeyRequiredException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |