Click or drag to resize
UserInfoResponse Constructor (HttpStatusCode, String)
Handles exception response from UserInfo api call

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public UserInfoResponse(
	HttpStatusCode statusCode,
	string httpErrorReason
)

Parameters

statusCode
Type: System.NetHttpStatusCode
statusCode
httpErrorReason
Type: SystemString

[Missing <param name="httpErrorReason"/> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.UserInfoResponse.#ctor(System.Net.HttpStatusCode,System.String)"]

See Also