Click or drag to resize

EnsureThat Method (Boolean, String, String)

Ensures that an assertion is true.

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public static void That(
	bool assertion,
	string message,
	string paramName
)

Parameters

assertion
Type: SystemBoolean
The assertion.
message
Type: SystemString
The message to use with the exception that is thrown if the assertion is false.
paramName
Type: SystemString
The parameter name.
See Also