Class PathGuardException
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
messagestring
PathGuardException(string, Exception)
public PathGuardException(string message, Exception innerException)