Class PvpHttpException
Inherited Members
Namespace: PvpXray
Assembly: PvpXray.dll
Syntax
public class PvpHttpException : Exception, _Exception, ISerializable
Constructors
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 |
Properties
Url
Declaration
public string Url { get; }
Property Value
| Type | Description |
|---|---|
| string |