Show / Hide Table of Contents

Class ProperSubsetException

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

Inheritance
Object
XunitException
AssertActualExpectedException
ProperSubsetException
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 ProperSubsetException : AssertActualExpectedException

Constructors

| Improve this Doc View Source

ProperSubsetException(IEnumerable, IEnumerable)

Creates a new instance of the ProperSubsetException class.

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