Constructor PvpHttpException
PvpHttpException(string, Exception)
Declaration
public PvpHttpException(string url, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url | |
| Exception | inner |
PvpHttpException(string, string, Exception)
Declaration
public PvpHttpException(string url, string message, Exception inner = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url | |
| string | message | |
| Exception | inner |