Click or drag to resize
PreconditionEvaluate Method (Boolean, String)
Evaluates a condition.

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static void Evaluate(
	bool condition,
	string message
)

Parameters

condition
Type: SystemBoolean
true to condition.
message
Type: SystemString
(optional) the message to be contained in the exception.
See Also