Table of Contents

TTMSFNCCustomCloudExceptionless Class

Base class for the Exceptionless cloud client. Authenticates against the service and exposes the projects, stacks and events, and the operations to log messages and exceptions.

API unit family: TMSFNCCloudExceptionless Inherits from: TTMSFNCCloudBase

Syntax

TTMSFNCCustomCloudExceptionless = class(TTMSFNCCloudBase)

Properties

Name Description
ProjectPage Read-only index of the last projects page that was loaded.
Projects Read-only collection of projects loaded by the component.

Methods

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