InvalidClassNameException Class
The exception that is thrown when invalid class name is used for an AI Custom Class.

C# Syntax

[Serializable()]
public class InvalidClassNameException : GeneralLeanFtException 
Inheritance Hierarchy

System.Object
   System.Exception
      HP.LFT.SDK.GeneralLeanFtException
         HP.LFT.SDK.AI.InvalidClassNameException

Public Constructors
 NameDescription
Protected ConstructorInvalidClassNameException Constructor

Constructs a new InvalidClassNameException.

C# Syntax

InvalidClassNameException ()
Protected ConstructorInvalidClassNameException Constructor (string)

Constructs a new InvalidClassNameException with the specified detail message.

C# Syntax

InvalidClassNameException (string message)

Parameters

message - The detail message.

Protected ConstructorInvalidClassNameException Constructor (int, string)

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

C# Syntax

InvalidClassNameException (int errorCode, string message)

Parameters

errorCode - the error code representing the error that occurred.

message - The detail message.

Public Properties
 NameDescription
Public PropertyData(Inherited from System.Exception)
Public PropertyErrorCodeThe error code associated with this exception, if applicable. (Inherited from HP.LFT.SDK.GeneralLeanFtException )
Public PropertyHelpLink(Inherited from System.Exception)
Public PropertyHResult(Inherited from System.Exception)
Public PropertyInnerException(Inherited from System.Exception)
Public PropertyMessage(Inherited from System.Exception)
Public PropertySource(Inherited from System.Exception)
Public PropertyStackTrace(Inherited from System.Exception)
Public PropertyTargetSite(Inherited from System.Exception)
Top
Public Methods
 NameDescription
Public MethodGetBaseException(Inherited from System.Exception)
Public MethodGetObjectData(Inherited from System.Exception)
Public MethodGetType(Inherited from System.Exception)
Public MethodToString(Inherited from System.Exception)
Top
Protected Events
 NameDescription
Protected EventSerializeObjectState(Inherited from System.Exception)
Top