Class NullException
Exception thrown when an object reference is unexpectedly not null.
Inherited Members
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class NullException : AssertActualExpectedException
Constructors
| Improve this Doc View SourceNullException(Object)
Creates a new instance of the NullException class.
Declaration
public NullException(object actual)
Parameters
Type | Name | Description |
---|---|---|
Object | actual |