IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Runtime.InternalException Class Reference

Represents an internal error that occurred within IKVM. More...

Inheritance diagram for IKVM.Runtime.InternalException:

Public Member Functions

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

Detailed Description

Represents an internal error that occurred within IKVM.

Definition at line 9 of file InternalException.cs.

Constructor & Destructor Documentation

◆ InternalException() [1/3]

IKVM.Runtime.InternalException.InternalException ( )

Initializes a new instance.

Definition at line 15 of file InternalException.cs.

15 :
16 base()
17 {
18
19 }

◆ InternalException() [2/3]

IKVM.Runtime.InternalException.InternalException ( string message)

Initializes a new instance.

Parameters
message

Definition at line 25 of file InternalException.cs.

25 :
26 base(message)
27 {
28
29 }

◆ InternalException() [3/3]

IKVM.Runtime.InternalException.InternalException ( string message,
Exception innerException )

Initializes a new instance.

Parameters
message
innerException

Definition at line 36 of file InternalException.cs.

36 :
37 base(message, innerException)
38 {
39
40 }

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