IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
InternalException.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
IKVM.Runtime
4
{
5
9
public
class
InternalException
: Exception
10
{
11
15
public
InternalException
() :
16
base()
17
{
18
19
}
20
25
public
InternalException
(
string
message) :
26
base(message)
27
{
28
29
}
30
36
public
InternalException
(
string
message, Exception innerException) :
37
base(message, innerException)
38
{
39
40
}
41
42
}
43
44
}
IKVM.Runtime.InternalException
Represents an internal error that occurred within IKVM.
Definition
InternalException.cs:10
IKVM.Runtime.InternalException.InternalException
InternalException()
Initializes a new instance.
Definition
InternalException.cs:15
IKVM.Runtime.InternalException.InternalException
InternalException(string message)
Initializes a new instance.
Definition
InternalException.cs:25
IKVM.Runtime.InternalException.InternalException
InternalException(string message, Exception innerException)
Initializes a new instance.
Definition
InternalException.cs:36
IKVM.Runtime
Definition
Accessor.cs:5
System
Definition
HexConverter.cs:9
src
IKVM.Runtime
InternalException.cs
Generated by
1.12.0