For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 : HandledEventArgs
Public Class ErrorEventArgs
    Inherits HandledEventArgs

Constructors

ErrorEventArgs(session, exception, replacementMessage)

Initializes a new instance of the ErrorEventArgs class.

Name
Type
Description

session

The SmartSession where the error occurred.

exception

The exception that was thrown.

replacementMessage

The message to replace the original answer, if applicable.

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