mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
64 lines
1.5 KiB
XML
64 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
|
|
<Imports />
|
|
<Java>Throwable</Java>
|
|
<Name>System.SystemException</Name>
|
|
<Uses />
|
|
<Inherits>
|
|
<Type>System.Exception</Type>
|
|
</Inherits>
|
|
<Methods />
|
|
<Properties />
|
|
<Events />
|
|
<Indexers />
|
|
<Constructors>
|
|
<Constructor>
|
|
<Imports />
|
|
<Java>new Throwable()</Java>
|
|
<Params />
|
|
</Constructor>
|
|
<Constructor>
|
|
<Imports />
|
|
<Java>new Throwable(${message})</Java>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.String</Type>
|
|
<Name>message</Name>
|
|
</Param>
|
|
</Params>
|
|
</Constructor>
|
|
<Constructor>
|
|
<Imports />
|
|
<Java>new SystemException(${info},${ctxt})</Java>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.SerializationInfo</Type>
|
|
<Name>info</Name>
|
|
</Param>
|
|
<Param>
|
|
<Type>System.StreamingContext</Type>
|
|
<Name>ctxt</Name>
|
|
</Param>
|
|
</Params>
|
|
</Constructor>
|
|
<Constructor>
|
|
<Imports />
|
|
<Java>new Throwable(${message}, ${inner})</Java>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.String</Type>
|
|
<Name>message</Name>
|
|
</Param>
|
|
<Param>
|
|
<Type>System.Exception</Type>
|
|
<Name>inner</Name>
|
|
</Param>
|
|
</Params>
|
|
</Constructor>
|
|
</Constructors>
|
|
<Fields />
|
|
<Casts />
|
|
<UnaryOps />
|
|
<BinaryOps />
|
|
</Class>
|