InternalST.SoapAssert(Boolean, String) Methode

Definition

Assert der angegebenen Meldung.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static void SoapAssert(bool condition, System::String ^ message);
[System.Diagnostics.Conditional("_DEBUG")]
public static void SoapAssert (bool condition, string message);
[<System.Diagnostics.Conditional("_DEBUG")>]
static member SoapAssert : bool * string -> unit
Public Shared Sub SoapAssert (condition As Boolean, message As String)

Parameter

condition
Boolean

Ein für Assert zu verwendender boolescher Wert.

message
String

Die Meldung für das Assert.

Attribute

Gilt für: