[
https://issues.apache.org/jira/browse/THRIFT-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16359567#comment-16359567
]
ASF GitHub Bot commented on THRIFT-4492:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/thrift/pull/1493
> 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
> Priority: Major
>
> {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)