C# Class SnapDotNet.Core.Snapchat.Api.Exceptions.InvalidHttpResponseException

Inheritance: System.Exception
ファイルを表示 Open project: 0xdeafcafe/SnapDotNet

Public Methods

Method Description
InvalidHttpResponseException ( string message, HttpResponseMessage httpResponseMessage ) : System

Method Details

InvalidHttpResponseException() public method

public InvalidHttpResponseException ( string message, HttpResponseMessage httpResponseMessage ) : System
message string
httpResponseMessage System.Net.Http.HttpResponseMessage
return System