|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Public Member Functions | |
| IkvmToolException () | |
| Initializes a new instance. | |
| IkvmToolException (string message) | |
| Initializes a new instance. | |
| IkvmToolException (string message, Exception innerException) | |
| Initializes a new instance. | |
Definition at line 6 of file IkvmToolException.cs.
| IKVM.Tools.Runner.IkvmToolException.IkvmToolException | ( | ) |
| IKVM.Tools.Runner.IkvmToolException.IkvmToolException | ( | string | message | ) |
Initializes a new instance.
| message |
Definition at line 21 of file IkvmToolException.cs.
| IKVM.Tools.Runner.IkvmToolException.IkvmToolException | ( | string | message, |
| Exception | innerException ) |
Initializes a new instance.
| message | |
| innerException |
Definition at line 31 of file IkvmToolException.cs.