PaymentStripeException Compose Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Constructs exception composing details from response, method specific error description and actual inner exception

Namespace: NFX.Web.Pay.Stripe
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static PaymentStripeException Compose(
	HttpWebResponse response,
	string stripeErrorMessage,
	Exception inner
)

Return Value

Type: PaymentStripeException
Composed exception
See Also