TraceHelper.Assert Method

Definition

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

Applies to