ExceptionHelperSetLastError Method |
Sets the last error encountered for the session ID specified.
Namespace: Dundas.BI.WebApiAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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 Guid
- The session identifier.
- exception Exception
- The exception.
See Also