Class HttpResponseException
Inheritance
System.Object
HttpResponseException
Namespace: PnP.Framework.Utilities
Assembly: PnP.Framework.dll
Syntax
public class HttpResponseException : ApplicationException
Constructors
HttpResponseException(String, Exception, Int32)
Declaration
public HttpResponseException(string message, Exception exception, int statusCode)
Parameters
System.String
message
|
Exception
exception
|
System.Int32
statusCode
|
Properties
StatusCode
Declaration
public int StatusCode { get; }
Property Value
System.Int32
|