Platform Symphony .NET API Reference - Version 4.1
EmbeddedException Property
NamespacesPlatform.Symphony.SoamSoamExceptionEmbeddedException
Returns the embedded exception object.
Declaration Syntax
C#
public Exception EmbeddedException { get; }
Value

The embedded exception.

When an exception is thrown from the service, the middleware will embed the service exception within a SoamException to provide context.

This method will retrieve the embedded exception thrown in the service. If no exception is embedded it will return null.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 4.1.0.0