THRIFT-1516 TProtocolException in C# should be public
authorRoger Meier <roger@apache.org>
Wed, 22 Feb 2012 07:08:36 +0000 (07:08 +0000)
committerRoger Meier <roger@apache.org>
Wed, 22 Feb 2012 07:08:36 +0000 (07:08 +0000)
Patch: Stefan Gmeiner

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1292148 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/src/Protocol/TProtocolException.cs

index 207f5e9..4e4393f 100644 (file)
@@ -25,7 +25,7 @@ using System;
 
 namespace Thrift.Protocol
 {
-       class TProtocolException : Exception
+       public class TProtocolException : Exception
        {
                public const int UNKNOWN = 0;
                public const int INVALID_DATA = 1;