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