Table of Contents

Class PathGuardException

Namespace
JD.AI.Core.Tools
Assembly
JD.AI.Core.dll

Thrown when an AI tool attempts to access a protected path.

public sealed class PathGuardException : InvalidOperationException, ISerializable
Inheritance
PathGuardException
Implements
Inherited Members

Constructors

PathGuardException()

public PathGuardException()

PathGuardException(string)

public PathGuardException(string message)

Parameters

message string

PathGuardException(string, Exception)

public PathGuardException(string message, Exception innerException)

Parameters

message string
innerException Exception