This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the wrapped exception. This property searches the inner exceptions until a non-wrapper exception is found.

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public  WrappedException { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public ReadOnly Property WrappedException As 
	Get

See Also

Advanced