This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the full information of the inner exception of the exception that has occurred, including the stack trace.

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

Syntax

C#Copy imageCopy Code
[(.Level0)]
[(Name = "Error.InnerException.ToString", IsStub = true)]
public string GetInnerExceptionString()
Visual Basic (Declaration)Copy imageCopy Code
<(.Level0)> _
<(Name := "Error.InnerException.ToString", IsStub := True)> _
Public Function GetInnerExceptionString As 

Return Value

Full error string

See Also

Smartsite.Core Namespace
Advanced