Table of Contents

Method ForExceededDepth

Namespace
Xunit.Sdk
Assembly
xunit.v3.assert.dll

ForExceededDepth(int, string)

Creates a new instance of EquivalentException which shows a message that indicates that the maximum comparison depth was exceeded.

public static EquivalentException ForExceededDepth(int depth, string memberName)

Parameters

depth int

The depth reached

memberName string

The member access which caused the failure

Returns