IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IkvmToolException.cs
Go to the documentation of this file.
1using System;
2
3namespace IKVM.Tools.Runner
4{
5
6 public class IkvmToolException : Exception
7 {
8
13 {
14
15 }
16
21 public IkvmToolException(string message) : base(message)
22 {
23
24 }
25
31 public IkvmToolException(string message, Exception innerException) : base(message, innerException)
32 {
33
34 }
35
36 }
37
38}
IkvmToolException()
Initializes a new instance.
IkvmToolException(string message)
Initializes a new instance.
IkvmToolException(string message, Exception innerException)
Initializes a new instance.