Constructor OnlineEftposInvalidDataException
OnlineEftposInvalidDataException()
Default constructor.
Declaration
public OnlineEftposInvalidDataException()
OnlineEftposInvalidDataException(String)
Partial constructor.
Declaration
public OnlineEftposInvalidDataException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The error message for the exception. |
OnlineEftposInvalidDataException(String, Exception)
Full constructor.
Declaration
public OnlineEftposInvalidDataException(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. |