C# Class Xunit.Sdk.NotNullException

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

Public Methods

Method Description
NotNullException ( string userMessage )

Creates a new instance of the NotNullException class.

Method Details

NotNullException() public method

Creates a new instance of the NotNullException class.
public NotNullException ( string userMessage )
userMessage string