Asserts the specified message.
Syntax
[System.Diagnostics.Conditional("_DEBUG")]
public static
void SoapAssert (
bool condition,
string message)
Parameters
- condition
-
A Boolean value to use when asserting.
- message
-
The message to use when asserting.
Remarks
Requirements
Namespace: System.Runtime.Serialization.Formatters
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0