Invalid credit card exception
Namespace: CelloSaaS.Billing.ModelAssembly: CelloSaaS.Billing (in CelloSaaS.Billing.dll) Version: 4.3.1.0 (4.3.1.0)
public InvalidCreditCardException(
string message,
Exception ex
)
public InvalidCreditCardException(
string message,
Exception ex
)
Public Sub New (
message As String,
ex As Exception
)
Public Sub New (
message As String,
ex As Exception
)
new :
message : string *
ex : Exception -> InvalidCreditCardException
new :
message : string *
ex : Exception -> InvalidCreditCardException
Parameters
- message
- Type: System String
- ex
- Type: System Exception