Constructor OnlineEftposException
OnlineEftposException()
Default constructor.
Declaration
public OnlineEftposException()
OnlineEftposException(String)
Partial constructor.
Declaration
public OnlineEftposException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The error message for the exception. |
OnlineEftposException(String, Exception)
Full constructor.
Declaration
public OnlineEftposException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The error message for the exception. |
| System.Exception | inner | The original exception wrapped by this instance, if any. |