BeginPaymentAbortedException Constructor (String) |
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
)
Public Sub New (
message As String
)
public:
BeginPaymentAbortedException(
String^ message
)
new :
message : string -> BeginPaymentAbortedException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.BeginPaymentAbortedException.#ctor(System.String)"]
See Also