ExceptionHelperTryGetLastError Method |
Gets the last error encountered by the current engine session.
Namespace:
Dundas.BI.WebApi
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static Exception TryGetLastError()
Public Shared Function TryGetLastError As Exception
public:
static Exception^ TryGetLastError()
static member TryGetLastError : unit -> Exception
Return Value
Type:
ExceptionThe exception last encountered, if any.
See Also