[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.StripeAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static PaymentStripeException Compose(
HttpWebResponse response,
string stripeErrorMessage,
Exception inner
)
public static PaymentStripeException Compose(
HttpWebResponse response,
string stripeErrorMessage,
Exception inner
)
Public Shared Function Compose (
response As HttpWebResponse,
stripeErrorMessage As String,
inner As Exception
) As PaymentStripeException
Public Shared Function Compose (
response As HttpWebResponse,
stripeErrorMessage As String,
inner As Exception
) As PaymentStripeException
public:
static PaymentStripeException^ Compose(
HttpWebResponse^ response,
String^ stripeErrorMessage,
Exception^ inner
)
public:
static PaymentStripeException^ Compose(
HttpWebResponse^ response,
String^ stripeErrorMessage,
Exception^ inner
)
static member Compose :
response : HttpWebResponse *
stripeErrorMessage : string *
inner : Exception -> PaymentStripeException
static member Compose :
response : HttpWebResponse *
stripeErrorMessage : string *
inner : Exception -> PaymentStripeException
Return Value
Type:
PaymentStripeExceptionComposed exception