ExceptionHelperGetLastError Method  | 
 
            Gets the last error encountered by a session.
            
 
    Namespace: 
   Dundas.BI.WebApi
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static Exception? GetLastError(
	Guid sessionId
)
Public Shared Function GetLastError ( 
	sessionId As Guid
) As Exception
public:
static Exception^ GetLastError(
	Guid sessionId
)
static member GetLastError : 
        sessionId : Guid -> Exception 
Parameters
- sessionId
 - Type: SystemGuid
The session identifier. 
Return Value
Type: 
Exception
            The exception last encountered, if any.
            
See Also