IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
MapXmlException.cs
Go to the documentation of this file.
1using System;
2
4{
5
6 class MapXmlException : Exception
7 {
8
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}
MapXmlException()
Initializes a new instance.
MapXmlException(string message)
Initializes a new instance.
MapXmlException(string message, Exception innerException)
Initializes a new instance.