Billing exception
Namespace: CelloSaaS.Billing.ModelAssembly: CelloSaaS.Billing (in CelloSaaS.Billing.dll) Version: 4.3.1.0 (4.3.1.0)
public BillingException(
string message,
Exception ex
)
public BillingException(
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 -> BillingException
new :
message : string *
ex : Exception -> BillingException
Parameters
- message
- Type: System String
- ex
- Type: System Exception