SmartSession.ErrorEventHandler

Wisej.AI.SmartSession ErrorEventHandler

Namespace: Wisej.AI

Assembly: Wisej.AI (3.5.0.0)

Represents the method that will handle an error event in a SmartSession.

public delegate void ErrorEventHandler(Object sender, ErrorEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

An ErrorEventArgs that contains the event data.

Fired By

Name
Description

Occurs when an error is encountered.

Last updated