This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Searches through the exception stack to find the status code and status message that should be sent to the output.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static void GetStatus(
	 e,
	out int statusCode,
	out string statusMessage
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub GetStatus ( _
	e As , _
	<> ByRef statusCode As Integer, _
	<> ByRef statusMessage As  _
)

Parameters

e
Exception
statusCode
Int32%
statusMessage
String%

See Also

Advanced