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.Common.TestSelectionParserException Class Reference

TestSelectionParserException is thrown when an error is found while parsing the selection expression. More...

+ Inheritance diagram for NUnit.Common.TestSelectionParserException:
+ Collaboration diagram for NUnit.Common.TestSelectionParserException:

Public Member Functions

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

Detailed Description

TestSelectionParserException is thrown when an error is found while parsing the selection expression.

Constructor & Destructor Documentation

NUnit.Common.TestSelectionParserException.TestSelectionParserException ( string  message)
inline

Construct with a message

NUnit.Common.TestSelectionParserException.TestSelectionParserException ( string  message,
Exception  innerException 
)
inline

Construct with a message and inner exception

Parameters
message
innerException
NUnit.Common.TestSelectionParserException.TestSelectionParserException ( SerializationInfo  info,
StreamingContext  context 
)
inline

Serialization constructor


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