C# Class Xunit.Sdk.NullException

Exception thrown when an object reference is unexpectedly not null.
Inheritance: Xunit.Sdk.AssertActualExpectedException
显示文件 Open project: docevaad/Chain

Public Methods

Method Description
NullException ( object actual, string userMessage )

Creates a new instance of the NullException class.

Method Details

NullException() public method

Creates a new instance of the NullException class.
public NullException ( object actual, string userMessage )
actual object
userMessage string