Table of Contents

TTMSFNCCloudExceptionless Class

Ready-to-use client component for the Exceptionless cloud service. Publishes the authentication credentials, the retrieval and logging events of the base class for design-time use.

API unit family: TMSFNCCloudExceptionless Inherits from: TTMSFNCCustomCloudExceptionless

Syntax

TTMSFNCCloudExceptionless = class(TTMSFNCCustomCloudExceptionless)

Properties

Name Description
EmailAddress Email address used to authenticate with the service. (inherited from TTMSFNCCustomCloudExceptionless)
Password Password used to authenticate with the service. (inherited from TTMSFNCCustomCloudExceptionless)
ProjectPage Read-only index of the last projects page that was loaded. (inherited from TTMSFNCCustomCloudExceptionless)
Projects Read-only collection of projects loaded by the component. (inherited from TTMSFNCCustomCloudExceptionless)

Methods

Name Description
Connect Authenticates with the service and obtains an access token. (inherited from TTMSFNCCustomCloudExceptionless)
GetAllProjects Retrieves all projects, requesting successive pages until every project has been loaded. (inherited from TTMSFNCCustomCloudExceptionless)
GetProjectByID Returns the loaded project with the given identifier. (inherited from TTMSFNCCustomCloudExceptionless)
GetProjectByName Returns the loaded project with the given name. (inherited from TTMSFNCCustomCloudExceptionless)
GetProjects Retrieves a single page of projects. (inherited from TTMSFNCCustomCloudExceptionless)
GetStackByID Returns the loaded stack with the given identifier across all projects. (inherited from TTMSFNCCustomCloudExceptionless)
LogException Submits an error event to the given project. (inherited from TTMSFNCCustomCloudExceptionless)
LogMessage Submits a log message event to the given project. (inherited from TTMSFNCCustomCloudExceptionless)

Events

Name Description
OnConnected Occurs after authentication succeeds and a token has been obtained. (inherited from TTMSFNCCustomCloudExceptionless)
OnGetAllEvents Occurs after all events of a stack have been retrieved. (inherited from TTMSFNCCustomCloudExceptionless)
OnGetAllProjects Occurs after all projects have been retrieved. (inherited from TTMSFNCCustomCloudExceptionless)
OnGetAllStacks Occurs after all stacks of a project have been retrieved. (inherited from TTMSFNCCustomCloudExceptionless)
OnGetEvents Occurs after a single page of events has been retrieved. (inherited from TTMSFNCCustomCloudExceptionless)
OnGetProjects Occurs after a single page of projects has been retrieved. (inherited from TTMSFNCCustomCloudExceptionless)
OnGetStacks Occurs after a single page of stacks has been retrieved. (inherited from TTMSFNCCustomCloudExceptionless)
OnLogException Occurs after an exception submission has completed successfully. (inherited from TTMSFNCCustomCloudExceptionless)
OnLogMessage Occurs after a message submission has completed successfully. (inherited from TTMSFNCCustomCloudExceptionless)