Class PvpHttpException
Inherited Members
Namespace: PvpXray
Syntax
public class PvpHttpException : Exception, ISerializable, _Exception
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 |