Show / Hide Table of Contents

Class NotNullException

Exception thrown when an object is unexpectedly null.

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

Constructors

| Improve this Doc View Source

NotNullException()

Creates a new instance of the NotNullException class.

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