commit | 2b828b1a94a0421da098a0092fccdabec41d3124 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Wed Feb 22 07:08:36 2012 +0000 |
committer | Roger Meier <roger@apache.org> | Wed Feb 22 07:08:36 2012 +0000 |
tree | 7d7391b9ada7f943351b640717c9377b9c726de0 | |
parent | 2fbde0eff0e17b66e6c2ea931bd5882607e019c4 [diff] |
THRIFT-1516 TProtocolException in C# should be public Patch: Stefan Gmeiner git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1292148 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/csharp/src/Protocol/TProtocolException.cs b/lib/csharp/src/Protocol/TProtocolException.cs index 207f5e9..4e4393f 100644 --- a/lib/csharp/src/Protocol/TProtocolException.cs +++ b/lib/csharp/src/Protocol/TProtocolException.cs
@@ -25,7 +25,7 @@ namespace Thrift.Protocol { - class TProtocolException : Exception + public class TProtocolException : Exception { public const int UNKNOWN = 0; public const int INVALID_DATA = 1;