|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Represents an internal error that occurred within IKVM. More...
Public Member Functions | |
| InternalException () | |
| Initializes a new instance. | |
| InternalException (string message) | |
| Initializes a new instance. | |
| InternalException (string message, Exception innerException) | |
| Initializes a new instance. | |
Represents an internal error that occurred within IKVM.
Definition at line 9 of file InternalException.cs.
| IKVM.Runtime.InternalException.InternalException | ( | ) |
Initializes a new instance.
Definition at line 15 of file InternalException.cs.
| IKVM.Runtime.InternalException.InternalException | ( | string | message | ) |
Initializes a new instance.
| message |
Definition at line 25 of file InternalException.cs.
| IKVM.Runtime.InternalException.InternalException | ( | string | message, |
| Exception | innerException ) |
Initializes a new instance.
| message | |
| innerException |
Definition at line 36 of file InternalException.cs.