Partager via


AgentException Class

Definition

Agent specific KernelException.

public class AgentException : Microsoft.SemanticKernel.KernelException
type AgentException = class
    inherit KernelException
Public Class AgentException
Inherits KernelException
Inheritance
AgentException

Constructors

AgentException()

Initializes a new instance of the AgentException class.

AgentException(String, Exception)

Initializes a new instance of the AgentException class with a specified error message and a reference to the inner exception that is the cause of this exception.

AgentException(String)

Initializes a new instance of the AgentException class with a specified error message.

Applies to