Table of Contents

Class InvalidPathException

Namespace
HP.LFT.SDK.AI
Assembly
HP.LFT.SDK.dll

Exception for invalid path provided for Ai Custom Class

public class InvalidPathException : GeneralLeanFtException, ISerializable, _Exception
Inheritance
InvalidPathException
Implements
Inherited Members

Constructors

InvalidPathException()

Constructs a new InvalidPathException.

public InvalidPathException()

InvalidPathException(int, string)

Constructs a new InvalidPathException with the specified detail message and error code.

public InvalidPathException(int errorCode, string message)

Parameters

errorCode int

the error code representing the error that occurred.

message string

the detail message.

InvalidPathException(string)

Constructs a new InvalidPathException with the specified detail message.

public InvalidPathException(string message)

Parameters

message string

the detail message.