[
https://issues.apache.org/jira/browse/THRIFT-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-4492.
--------------------------------
Resolution: Fixed
Assignee: Jens Geyer
Fix Version/s: 0.12.0
Committed.
> 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
> Assignee: Jens Geyer
> Priority: Major
> Fix For: 0.12.0
>
>
> {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)