Click or drag to resize

BeginPaymentAbortedException Constructor (String, Exception)

Initializes a new instance of the BeginPaymentAbortedException class

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public BeginPaymentAbortedException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.BeginPaymentAbortedException.#ctor(System.String,System.Exception)"]

inner
Type: SystemException

[Missing <param name="inner"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.BeginPaymentAbortedException.#ctor(System.String,System.Exception)"]

See Also