C# Class Xunit.Sdk.NotNullException

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

Méthodes publiques

Méthode Description
NotNullException ( string userMessage )

Creates a new instance of the NotNullException class.

Method Details

NotNullException() public méthode

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