IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ToolErrorException.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
IKVM.Tools.Core.CommandLine
4
{
5
6
class
ToolErrorException
: Exception
7
{
8
13
public
ToolErrorException
(
string
message) : base(message)
14
{
15
16
}
17
23
public
ToolErrorException
(
string
message, Exception innerException) :
24
base(message, innerException)
25
{
26
27
}
28
29
}
30
31
}
IKVM.Tools.Core.CommandLine.ToolErrorException
Definition
ToolErrorException.cs:7
IKVM.Tools.Core.CommandLine.ToolErrorException.ToolErrorException
ToolErrorException(string message)
Initializes a new instance.
Definition
ToolErrorException.cs:13
IKVM.Tools.Core.CommandLine.ToolErrorException.ToolErrorException
ToolErrorException(string message, Exception innerException)
Initializes a new instance.
Definition
ToolErrorException.cs:23
IKVM.Tools.Core.CommandLine
Definition
CommandLineBuilderExtensions.cs:8
System
Definition
HexConverter.cs:9
src
IKVM.Tools.Core
CommandLine
ToolErrorException.cs
Generated by
1.12.0