IHostManagementRegisterExceptionAsync Method

Register exception on the server asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task RegisterExceptionAsync(
	Exception exception
)

Parameters

exception  Exception
Exception information.

Return Value

Task
A task representing the asynchronous operation.

See Also