C# Class Xunit.Sdk.NullException

Exception thrown when an object reference is unexpectedly not null.
Inheritance: Xunit.Sdk.AssertActualExpectedException
Afficher le fichier Open project: docevaad/Chain

Méthodes publiques

Méthode Description
NullException ( object actual, string userMessage )

Creates a new instance of the NullException class.

Method Details

NullException() public méthode

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