Constructor OnlineEftposApiException
OnlineEftposApiException()
Runtime required constructor.
Declaration
public OnlineEftposApiException()
OnlineEftposApiException(String)
Basic constructor. Specifies an error message but no other details.
Declaration
public OnlineEftposApiException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message for the exception. |
OnlineEftposApiException(String, Exception)
Partial constructor. Specifies an error message and inner exception but no other details.
Declaration
public OnlineEftposApiException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message for the exception. |
System.Exception | innerException | The original exception that caused this one. |