다음을 통해 공유


InternalST.SoapAssert(Boolean, String) 메서드

정의

지정된 메시지를 어설션합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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)

매개 변수

condition
Boolean

어설션할 때 사용할 부울 값입니다.

message
String

어설션할 때 사용할 메시지입니다.

특성

적용 대상