Class TestSelectionParserException
TestSelectionParserException is thrown when an error is found while parsing the selection expression.
Implements
Inherited Members
Namespace: NUnit.Common
Assembly: nunitlite.dll
Syntax
public class TestSelectionParserException : Exception, ISerializable
Constructors
View SourceTestSelectionParserException(SerializationInfo, StreamingContext)
Serialization constructor
Declaration
public TestSelectionParserException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
TestSelectionParserException(string)
Construct with a message
Declaration
public TestSelectionParserException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
TestSelectionParserException(string, Exception)
Construct with a message and inner exception
Declaration
public TestSelectionParserException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |