|
BSL430.NET
1.2.1
|
Indicates an unexpected internal error occurred in the application. More...
Public Member Functions | |
| InternalApplicationException () | |
| Initializes a new instance of the InternalApplicationException class. More... | |
| InternalApplicationException (string message) | |
| Initializes a new instance of the InternalApplicationException class. More... | |
| InternalApplicationException (string message, Exception innerException) | |
| Initializes a new instance of the InternalApplicationException class. More... | |
Indicates an unexpected internal error occurred in the application.
The InternalApplicationError indicates a programming error in the application. Such an error should never occur and always indicates a bug in the application itself.
| RJCP.IO.Ports.InternalApplicationException.InternalApplicationException | ( | ) |
Initializes a new instance of the InternalApplicationException class.
| RJCP.IO.Ports.InternalApplicationException.InternalApplicationException | ( | string | message | ) |
Initializes a new instance of the InternalApplicationException class.
| message | The message that describes the error. |
| RJCP.IO.Ports.InternalApplicationException.InternalApplicationException | ( | string | message, |
| Exception | innerException | ||
| ) |
Initializes a new instance of the InternalApplicationException class.
| message | The error message that explains the reason for the exception. |
| innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
1.8.15