Class HttpRequestFailException
Inheritance
HttpRequestFailException
Assembly: VRoidSDK.dll
Syntax
public class HttpRequestFailException : Exception, ISerializable, _Exception
Constructors
HttpRequestFailException(String)
Declaration
public HttpRequestFailException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
HttpRequestFailException(IWebResponse)
Declaration
public HttpRequestFailException(IWebResponse response)
Parameters
Properties
Response
Declaration
public IWebResponse Response { get; }
Property Value
Implements