次の方法で共有


Report クラス

定義

一般的なランタイムは、メッセージをトレースし、アサーション エラーを呼び出しますが、例外はスロー しません

public ref class Report abstract sealed
public static class Report
type Report = class
Public Class Report
継承
Report

メソッド

Fail(String, Object[])

特定のエラーを報告します。

Fail(String)

特定のエラーを報告します。

If(Boolean, String)

条件が true と評価された場合にエラーを報告します。

IfNot(Boolean, String, Object, Object)

条件が true に評価されない場合にエラーを報告します。

IfNot(Boolean, String, Object)

条件が true に評価されない場合にエラーを報告します。

IfNot(Boolean, String, Object[])

条件が true に評価されない場合にエラーを報告します。

IfNot(Boolean, String)

条件が true に評価されない場合にエラーを報告します。

IfNot(Boolean, ValidationInterpolatedStringHandler)

条件が true に評価されない場合にエラーを報告します。

IfNotPresent<T>(T)

値が null ではないことを確認し、それ以外の場合は不足している MEF コンポーネントに関するエラーを報告します。

適用対象