BeginPaymentAbortedException Constructor (String, Exception) |
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
)
Public Sub New (
message As String,
inner As Exception
)
public:
BeginPaymentAbortedException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> BeginPaymentAbortedException
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