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 Type name of the inner exception of the exception that has occurred.

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

Syntax

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

Return Value

Type Name

See Also

Smartsite.Core Namespace
Advanced