Retrieves the last error text generated by this service.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
string GetError()
Visual Basic (Declaration)
Function GetError As String
Visual C++
String^ GetError()

Return Value

string containing the error text.

Remarks

Call this function if any of the service calls return an error condition. It is important to call this function immediately after the failure since the error text is reset for all subsequent calls into the service.

See Also