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.Engine.NUnitEngineException Class Reference

NUnitEngineException is thrown when the engine has been called with improper values or when a particular facility is not available. More...

+ Inheritance diagram for NUnit.Engine.NUnitEngineException:
+ Collaboration diagram for NUnit.Engine.NUnitEngineException:

Public Member Functions

 NUnitEngineException (string message)
 Construct with a message More...
 
 NUnitEngineException (string message, Exception innerException)
 Construct with a message and inner exception More...
 
 NUnitEngineException (SerializationInfo info, StreamingContext context)
 Serialization constructor More...
 

Detailed Description

NUnitEngineException is thrown when the engine has been called with improper values or when a particular facility is not available.

Constructor & Destructor Documentation

NUnit.Engine.NUnitEngineException.NUnitEngineException ( string  message)
inline

Construct with a message

NUnit.Engine.NUnitEngineException.NUnitEngineException ( string  message,
Exception  innerException 
)
inline

Construct with a message and inner exception

Parameters
message
innerException
NUnit.Engine.NUnitEngineException.NUnitEngineException ( SerializationInfo  info,
StreamingContext  context 
)
inline

Serialization constructor


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