Table of Contents

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

message string

The exception message.

TestPipelineException(string, Exception)

Initializes a new instance of the TestPipelineException class.

public TestPipelineException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception that is being reported.

TestPipelineException(SerializationInfo, StreamingContext)

protected TestPipelineException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext