InternalError Constructor |
Name | Description | |
---|---|---|
InternalError |
Create the exception without message.
| |
InternalError(String) |
Create the exception with message.
| |
InternalError(String, Exception) |
Create the exception with message and inner exception.
|