Class PvpHttpException
Inheritance
PvpHttpException
Assembly: PvpXray.dll
Syntax
public class PvpHttpException : Exception, _Exception, ISerializable
Constructors
PvpHttpException(PvpHttpRequest, Exception)
Declaration
public PvpHttpException(PvpHttpRequest request, Exception inner)
Parameters
PvpHttpException(PvpHttpRequest, string, Exception)
Declaration
public PvpHttpException(PvpHttpRequest request, string message, Exception inner = null)
Parameters
Properties
Request
Declaration
public PvpHttpRequest Request { get; }
Property Value
Implements