Skip to content

Commit

Permalink
THRIFT-4492 protected ExceptionType type member of TApplicationExcept…
Browse files Browse the repository at this point in the history
…ion cannot be accessed

Client: C#
Patch: Jens Geyer

This closes apache#1493
  • Loading branch information
Jens-G authored and Daniel Shih committed Mar 20, 2018
1 parent 0e53063 commit e501a29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/csharp/src/TApplicationException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,10 @@ public enum ExceptionType
InvalidProtocol,
UnsupportedClientType
}

public ExceptionType Type
{
get { return type; }
}
}
}

0 comments on commit e501a29

Please sign in to comment.