Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Xunit
Sdk
NotNullException
C# Class Xunit.Sdk.NotNullException
Exception thrown when an object is unexpectedly null.
Inheritance:
Xunit.Sdk.XunitException
Mostra file
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