Show / Hide Table of Contents

Class NullException

Exception thrown when an object reference is unexpectedly not null.

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

Constructors

| Improve this Doc View Source

NullException(Object)

Creates a new instance of the NullException class.

Declaration
public NullException(object actual)
Parameters
Type Name Description
Object actual
  • Improve this Doc
  • View Source
Back to top Generated by DocFX