GeneralLeanFtException Class
Represents general errors that occur when working with UFT Developer.

C# Syntax

[Serializable()]
public class GeneralLeanFtException : System.Exception 
Inheritance Hierarchy
Public Constructors
 NameDescription
Public ConstructorGeneralLeanFtException ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyData(Inherited from System.Exception)
Public PropertyErrorCodeThe error code associated with this exception, if applicable.  
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