KernelException 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.
Represents the base exception from which all Semantic Kernel exceptions derive.
public class KernelException : Exception
type KernelException = class
inherit Exception
Public Class KernelException
Inherits Exception
- Inheritance
-
KernelException
- Derived
Remarks
Instances of this class optionally contain telemetry information in the Exception.Data property using keys that are consistent with the OpenTelemetry standard. See https://opentelemetry.io/ for more information.
Constructors
KernelException() |
Initializes a new instance of the KernelException class. |
KernelException(String, Exception) |
Initializes a new instance of the KernelException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
KernelException(String) |
Initializes a new instance of the KernelException class with a specified error message. |