C# Class Microsoft.Identity.Client.Internal.HttpRequestWrapperException

Inheritance: System.Exception
ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet

Public Methods

Method Description
HttpRequestWrapperException ( IHttpWebResponse webResponse, Exception innerException ) : System

Method Details

HttpRequestWrapperException() public method

public HttpRequestWrapperException ( IHttpWebResponse webResponse, Exception innerException ) : System
webResponse IHttpWebResponse
innerException System.Exception
return System