Show / Hide Table of Contents

Class SubsetException

Exception thrown when a set is not a subset of another set.

Inheritance
Object
XunitException
AssertActualExpectedException
SubsetException
Inherited Members
AssertActualExpectedException.Actual
AssertActualExpectedException.ActualTitle
AssertActualExpectedException.Expected
AssertActualExpectedException.ExpectedTitle
AssertActualExpectedException.Message
XunitException.StackTrace
XunitException.UserMessage
XunitException.ToString()
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class SubsetException : AssertActualExpectedException

Constructors

| Improve this Doc View Source

SubsetException(IEnumerable, IEnumerable)

Creates a new instance of the SubsetException class.

Declaration
public SubsetException(IEnumerable expected, IEnumerable actual)
Parameters
Type Name Description
IEnumerable expected
IEnumerable actual
  • Improve this Doc
  • View Source
Back to top Generated by DocFX