TraceHelper.Assert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Assert(Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
Assert(Boolean, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
Assert(Boolean)
This API supports the product infrastructure and is not intended to be used directly from your code.
public static void Assert (bool condition);
static member Assert : bool -> unit
Public Shared Sub Assert (condition As Boolean)
Parameters
- condition
- Boolean
Applies to
Assert(Boolean, String)
This API supports the product infrastructure and is not intended to be used directly from your code.
public static void Assert (bool condition, string strFormat);
static member Assert : bool * string -> unit
Public Shared Sub Assert (condition As Boolean, strFormat As String)
Parameters
- condition
- Boolean
- strFormat
- String