Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer