Constructor TestPipelineException
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.core.dll
TestPipelineException(string)
Initializes a new instance of the TestPipelineException class.
public TestPipelineException(string message)
Parameters
messagestringThe exception message.
TestPipelineException(string, Exception)
Initializes a new instance of the TestPipelineException class.
public TestPipelineException(string message, Exception innerException)
Parameters
messagestringThe exception message.
innerExceptionExceptionThe inner exception that is being reported.
TestPipelineException(SerializationInfo, StreamingContext)
protected TestPipelineException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext