AgentException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Agent specific KernelException.
public class AgentException : Microsoft.SemanticKernel.KernelException
type AgentException = class
inherit KernelException
Public Class AgentException
Inherits KernelException
- Inheritance
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. |