mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
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
This commit is contained in:
parent
2fbde0eff0
commit
2b828b1a94
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user