Constructor OnlineEftposAuthenticationException
OnlineEftposAuthenticationException()
Runtime required constructor.
Declaration
public OnlineEftposAuthenticationException()OnlineEftposAuthenticationException(String)
Basic constructor. Specifies an error message but no other details.
Declaration
public OnlineEftposAuthenticationException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The error message for the exception. | 
OnlineEftposAuthenticationException(String, Exception)
Partial constructor. Specifies an error message and inner exception but no other details.
Declaration
public OnlineEftposAuthenticationException(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. |