summaryrefslogtreecommitdiff
path: root/lib/csharp/src/Protocol/TProtocolException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csharp/src/Protocol/TProtocolException.cs')
-rw-r--r--lib/csharp/src/Protocol/TProtocolException.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/csharp/src/Protocol/TProtocolException.cs b/lib/csharp/src/Protocol/TProtocolException.cs
index d570bb823..207f5e919 100644
--- a/lib/csharp/src/Protocol/TProtocolException.cs
+++ b/lib/csharp/src/Protocol/TProtocolException.cs
@@ -32,6 +32,7 @@ namespace Thrift.Protocol
public const int NEGATIVE_SIZE = 2;
public const int SIZE_LIMIT = 3;
public const int BAD_VERSION = 4;
+ public const int NOT_IMPLEMENTED= 5;
protected int type_ = UNKNOWN;