Jens Geyer created THRIFT-4492:
----------------------------------
Summary: protected ExceptionType type member of
TApplicationException cannot be accessed
Key: THRIFT-4492
URL: https://issues.apache.org/jira/browse/THRIFT-4492
Project: Thrift
Issue Type: Bug
Components: C# - Library
Reporter: Jens Geyer
{code}
public class TApplicationException : TException
{
protected ExceptionType type;
// unrelevant code omitted
}
{code}
The type member cannot be accessed directly, which is absolutely unexpected.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)