Class InvalidPathException
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
errorCodeintthe error code representing the error that occurred.
messagestringthe detail message.
InvalidPathException(string)
Constructs a new InvalidPathException with the specified detail message.
public InvalidPathException(string message)
Parameters
messagestringthe detail message.