DataSourceException Class
The exception that is thrown when an error occurs while performing data-driven operations.

C# Syntax

[Serializable()]
public class DataSourceException : System.Exception 
Inheritance Hierarchy

System.Object
   System.Exception
      HP.LFT.UnitTesting.DataDriving.DataSourceException

Public Constructors
 NameDescription
Public ConstructorDataSourceException ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyClassNameGets or sets the name of the test class to be run.  
Public PropertyData(Inherited from System.Exception)
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 PropertyMethodNameGets or sets the name of the test method to be run.  
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