SmartSession.ErrorEventArgs
Wisej.AI.SmartSession ErrorEventArgs
Last updated
Wisej.AI.SmartSession ErrorEventArgs
Last updated
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
Provides data for the event in a .
Initializes a new instance of the class.
session
The SmartSession where the error occurred.
exception
The exception that was thrown.
replacementMessage
The message to replace the original answer, if applicable.
: Gets the exception that was thrown.
Represents the method that will handle an error event in a SmartSession.
: Gets or sets the message to replace the original answer, if applicable.
: Gets the SmartSession where the error occurred.