2012-02-01 07:33:23 -06:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-01-11 14:44:21 +01:00
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
This file is
|
|
|
|
|
|
|
|
|
|
Copyright 2007,2008,2009,2010 Rustici Software, LLC
|
|
|
|
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
|
|
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
<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>
|
|
|
|
|
<Import>CS2JNet.System.Web.HttpException</Import>
|
|
|
|
|
</Imports>
|
|
|
|
|
<Java>HttpException</Java>
|
|
|
|
|
<Name>System.Web.HttpException</Name>
|
|
|
|
|
<Uses />
|
|
|
|
|
<Inherits>
|
|
|
|
|
<Type>System.Object</Type>
|
|
|
|
|
</Inherits>
|
|
|
|
|
<Methods>
|
|
|
|
|
</Methods>
|
|
|
|
|
<Properties>
|
|
|
|
|
<Property>
|
|
|
|
|
<Type>System.String</Type>
|
|
|
|
|
<Name>Message</Name>
|
|
|
|
|
<Get>${this:16}.getMessage()</Get>
|
|
|
|
|
</Property>
|
|
|
|
|
</Properties>
|
|
|
|
|
<Events />
|
|
|
|
|
<Indexers />
|
|
|
|
|
<Constructors />
|
|
|
|
|
<Fields />
|
|
|
|
|
<Casts />
|
|
|
|
|
<UnaryOps />
|
|
|
|
|
<BinaryOps />
|
2013-03-15 16:50:55 +01:00
|
|
|
|
</Class>
|