IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Importer.MapXml.MapXmlException Class Reference
Inheritance diagram for IKVM.Tools.Importer.MapXml.MapXmlException:

Public Member Functions

 MapXmlException ()
 Initializes a new instance.
 
 MapXmlException (string message)
 Initializes a new instance.
 
 MapXmlException (string message, Exception innerException)
 Initializes a new instance.
 

Detailed Description

Definition at line 6 of file MapXmlException.cs.

Constructor & Destructor Documentation

◆ MapXmlException() [1/3]

IKVM.Tools.Importer.MapXml.MapXmlException.MapXmlException ( )

Initializes a new instance.

Definition at line 12 of file MapXmlException.cs.

13 {
14
15 }

◆ MapXmlException() [2/3]

IKVM.Tools.Importer.MapXml.MapXmlException.MapXmlException ( string message)

Initializes a new instance.

Parameters
message

Definition at line 21 of file MapXmlException.cs.

21 : base(message)
22 {
23
24 }

◆ MapXmlException() [3/3]

IKVM.Tools.Importer.MapXml.MapXmlException.MapXmlException ( string message,
Exception innerException )

Initializes a new instance.

Parameters
message
innerException

Definition at line 31 of file MapXmlException.cs.

31 : base(message, innerException)
32 {
33
34 }

The documentation for this class was generated from the following file: