Prepares the exception response.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public string PrepareResponse(
	Exception exception
)
Visual Basic
Public Function PrepareResponse ( _
	exception As Exception _
) As String

Parameters

exception
Type: System..::..Exception
The exception.

Return Value

See Also