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