Class NotNullException
Exception thrown when an object is unexpectedly null.
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class NotNullException : XunitException
Constructors
| Improve this Doc View SourceNotNullException()
Creates a new instance of the NotNullException class.
Declaration
public NotNullException()