ExceptionHelperSetLastError Method  | 
 
            Sets the last error encountered for the session ID specified.
            
 
    Namespace: 
   Dundas.BI.WebApi
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static void SetLastError(
	Guid sessionId,
	Exception exception
)
Public Shared Sub SetLastError ( 
	sessionId As Guid,
	exception As Exception
)
public:
static void SetLastError(
	Guid sessionId, 
	Exception^ exception
)
static member SetLastError : 
        sessionId : Guid * 
        exception : Exception -> unit 
Parameters
- sessionId
 - Type: SystemGuid
The session identifier. - exception
 - Type: SystemException
The exception. 
See Also