Show / Hide Table of Contents

Class NotEmptyException

Exception thrown when a collection is unexpectedly empty.

Inheritance
Object
XunitException
NotEmptyException
Inherited Members
XunitException.StackTrace
XunitException.UserMessage
XunitException.ToString()
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class NotEmptyException : XunitException

Constructors

| Improve this Doc View Source

NotEmptyException()

Creates a new instance of the NotEmptyException class.

Declaration
public NotEmptyException()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX