Class InvalidClassNameException
Exception for invalid class name for Ai Custom Class
Inherited Members
Namespace: HP.LFT.SDK.AI
Assembly: HP.LFT.SDK.dll
Syntax
public class InvalidClassNameException : GeneralLeanFtException, ISerializable, _Exception
Constructors
InvalidClassNameException()
Constructs a new InvalidClassNameException.
Declaration
public InvalidClassNameException()
InvalidClassNameException(int, string)
Constructs a new InvalidClassNameException with the specified detail message and error code.
Declaration
public InvalidClassNameException(int errorCode, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| int | errorCode | the error code representing the error that occurred. |
| string | message | the detail message. |
InvalidClassNameException(string)
Constructs a new InvalidClassNameException with the specified detail message.
Declaration
public InvalidClassNameException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | the detail message. |