IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.InvalidDataSourceException Class Reference

InvalidTestFixtureException is thrown when an appropriate test fixture constructor using the provided arguments cannot be found. More...

+ Inheritance diagram for NUnit.Framework.Internal.InvalidDataSourceException:
+ Collaboration diagram for NUnit.Framework.Internal.InvalidDataSourceException:

Public Member Functions

 InvalidDataSourceException ()
 Initializes a new instance of the InvalidTestFixtureException class. More...
 
 InvalidDataSourceException (string message)
 Initializes a new instance of the InvalidTestFixtureException class. More...
 
 InvalidDataSourceException (string message, Exception inner)
 Initializes a new instance of the InvalidTestFixtureException class. More...
 

Protected Member Functions

 InvalidDataSourceException (SerializationInfo info, StreamingContext context)
 Serialization Constructor More...
 

Detailed Description

InvalidTestFixtureException is thrown when an appropriate test fixture constructor using the provided arguments cannot be found.

Constructor & Destructor Documentation

NUnit.Framework.Internal.InvalidDataSourceException.InvalidDataSourceException ( )
inline

Initializes a new instance of the InvalidTestFixtureException class.

NUnit.Framework.Internal.InvalidDataSourceException.InvalidDataSourceException ( string  message)
inline

Initializes a new instance of the InvalidTestFixtureException class.

Parameters
messageThe message.
NUnit.Framework.Internal.InvalidDataSourceException.InvalidDataSourceException ( string  message,
Exception  inner 
)
inline

Initializes a new instance of the InvalidTestFixtureException class.

Parameters
messageThe message.
innerThe inner.
NUnit.Framework.Internal.InvalidDataSourceException.InvalidDataSourceException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Serialization Constructor


The documentation for this class was generated from the following file: