Class PaymentRequiredException
The exception for response: HTTP 402 - Payment Required.
Inherited Members
Namespace: InfluxDB.Client.Core.Exceptions
Assembly: InfluxDB.Client.Core.dll
Syntax
public class PaymentRequiredException : HttpException
Constructors
PaymentRequiredException(String, Exception)
Declaration
public PaymentRequiredException(string message, Exception exception = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| Exception | exception |