Table of Contents

Class InvalidPathException

Exception for invalid path provided for Ai Custom Class

Inheritance
InvalidPathException
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public class InvalidPathException : GeneralLeanFtException, ISerializable, _Exception

Constructors

InvalidPathException()

Constructs a new InvalidPathException.

Declaration
public InvalidPathException()

InvalidPathException(int, string)

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

Declaration
public InvalidPathException(int errorCode, string message)
Parameters
Type Name Description
int errorCode

the error code representing the error that occurred.

string message

the detail message.

InvalidPathException(string)

Constructs a new InvalidPathException with the specified detail message.

Declaration
public InvalidPathException(string message)
Parameters
Type Name Description
string message

the detail message.

Implements

ISerializable
_Exception