commit | b310ae78160bf95f6c49ed1cb13aea609878f6ee | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周三 6月 12 21:09:36 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | 周三 6月 12 21:10:35 2013 +0200 |
tree | a6f27437ca2bf2af0a4e6b0bf31edf317c0d4bde | |
parent | 03aaf93c5381e8a5b63c2fd6d15c18b57cf13d20 [diff] [blame] |
THRIFT-2015 Thrift exceptions should derive from TException Patch: Jens Geyer
diff --git a/lib/csharp/src/TApplicationException.cs b/lib/csharp/src/TApplicationException.cs index 9aaf6f7..4a1b2d2 100644 --- a/lib/csharp/src/TApplicationException.cs +++ b/lib/csharp/src/TApplicationException.cs
@@ -26,7 +26,7 @@ namespace Thrift { - public class TApplicationException : Exception + public class TApplicationException : TException { protected ExceptionType type;