PreconditionEvaluate Method (Boolean, String) |
Evaluates a condition.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static void Evaluate(
bool condition,
string message
)
Public Shared Sub Evaluate (
condition As Boolean,
message As String
)
public:
static void Evaluate(
bool condition,
String^ message
)
static member Evaluate :
condition : bool *
message : string -> unit
Parameters
- condition
- Type: SystemBoolean
true to condition.
- message
- Type: SystemString
(optional) the message to be contained in the exception.
See Also