IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Runner.IkvmToolException Class Reference
Inheritance diagram for IKVM.Tools.Runner.IkvmToolException:

Public Member Functions

 IkvmToolException ()
 Initializes a new instance.
 
 IkvmToolException (string message)
 Initializes a new instance.
 
 IkvmToolException (string message, Exception innerException)
 Initializes a new instance.
 

Detailed Description

Definition at line 6 of file IkvmToolException.cs.

Constructor & Destructor Documentation

◆ IkvmToolException() [1/3]

IKVM.Tools.Runner.IkvmToolException.IkvmToolException ( )

Initializes a new instance.

Definition at line 12 of file IkvmToolException.cs.

13 {
14
15 }

◆ IkvmToolException() [2/3]

IKVM.Tools.Runner.IkvmToolException.IkvmToolException ( string message)

Initializes a new instance.

Parameters
message

Definition at line 21 of file IkvmToolException.cs.

21 : base(message)
22 {
23
24 }

◆ IkvmToolException() [3/3]

IKVM.Tools.Runner.IkvmToolException.IkvmToolException ( string message,
Exception innerException )

Initializes a new instance.

Parameters
message
innerException

Definition at line 31 of file IkvmToolException.cs.

31 : base(message, innerException)
32 {
33
34 }

The documentation for this class was generated from the following file: