SmartSession.ErrorEventArgs
Wisej.AI.SmartSession ErrorEventArgs
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
Provides data for the Error event in a SmartSession.
public class ErrorEventArgs : HandledEventArgsPublic Class ErrorEventArgs
Inherits HandledEventArgsConstructors
ErrorEventArgs(session, exception, replacementMessage)
Initializes a new instance of the ErrorEventArgs class.
Name
Type
Description
Properties
Exception
Exception: Gets the exception that was thrown.
ReplacementMessage
Message: Gets or sets the message to replace the original answer, if applicable.
Session
SmartSession: Gets the SmartSession where the error occurred.
Used By
Name
Description
Represents the method that will handle an error event in a SmartSession.
Last updated
