Class TestPipelineException
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.core.dll
Represents an exception that happened during the processing of the test pipeline. This typically means there were problems identifying the correct test class constructor, problems creating the fixture data, etc.
[Serializable]
public class TestPipelineException : Exception, ISerializable
- Inheritance
-
TestPipelineException
- Implements
- Inherited Members
Constructors
- TestPipelineException(string)
Initializes a new instance of the TestPipelineException class.
- TestPipelineException(string, Exception)
Initializes a new instance of the TestPipelineException class.