You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Jorge Bay (JIRA)" <ji...@apache.org> on 2017/08/08 17:01:00 UTC

[jira] [Created] (TINKERPOP-1744) Gremlin .NET: Exception from sync execution gets wrapped in AggregateException

Jorge Bay created TINKERPOP-1744:
------------------------------------

             Summary: Gremlin .NET: Exception from sync execution gets wrapped in AggregateException
                 Key: TINKERPOP-1744
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1744
             Project: TinkerPop
          Issue Type: Bug
          Components: language-variant
            Reporter: Jorge Bay


When getting a server side exception and executing a traversal synchronously (ie: {{Next()}}, {{ToList()}}, ...), Gremlin.Net throws the original exception wrapped in a {{AggregateException}}, which is not desired.

This is caused by the {{Task.Wait()}} call on {{RemoteStrategy.Apply()}} method.

We should catch the wrapped exception and throw the original.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)