Archivo:
ApiRemote.cs
Proyecto:
Tirasa/ConnId
This Exception is not allowed to use in Connectors!!!
This type of exception is not allowed to be serialise because this exception represents any after deserialization. This code example show how to get the remote stack trace and how to use the same catches to handle the exceptions regardless its origin.
String stackTrace = null; try { try { facade.GetObject(ObjectClass.ACCOUNT, uid, null); } catch (RemoteWrappedException e) { stackTrace = e.StackTrace; } } catch (Throwable t) { }
Since 1.4
Inheritance:
Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
Archivo:
ApiRemote.cs
Proyecto:
Tirasa/ConnId