次の方法で共有


Report.IfNot メソッド

定義

オーバーロード

IfNot(Boolean, ValidationInterpolatedStringHandler)

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

IfNot(Boolean, String)

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

IfNot(Boolean, String, Object)

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

IfNot(Boolean, String, Object[])

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

IfNot(Boolean, String, Object, Object)

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

IfNot(Boolean, ValidationInterpolatedStringHandler)

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

[System.Diagnostics.Conditional("DEBUG")]
public static void IfNot (bool condition, ref Microsoft.ValidationInterpolatedStringHandler message);
[<System.Diagnostics.Conditional("DEBUG")>]
static member IfNot : bool * ValidationInterpolatedStringHandler -> unit
Public Shared Sub IfNot (condition As Boolean, ByRef message As ValidationInterpolatedStringHandler)

パラメーター

condition
Boolean
message
Microsoft.ValidationInterpolatedStringHandler
属性

適用対象

IfNot(Boolean, String)

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

[System.Diagnostics.Conditional("DEBUG")]
public static void IfNot (bool condition, string? message = default);
[<System.Diagnostics.Conditional("DEBUG")>]
static member IfNot : bool * string -> unit
Public Shared Sub IfNot (condition As Boolean, Optional message As String = Nothing)

パラメーター

condition
Boolean
message
String
属性

適用対象

IfNot(Boolean, String, Object)

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

public:
 static void IfNot(bool condition, System::String ^ message, System::Object ^ arg1);
[System.Diagnostics.Conditional("DEBUG")]
public static void IfNot (bool condition, string message, object? arg1);
[<System.Diagnostics.Conditional("DEBUG")>]
static member IfNot : bool * string * obj -> unit
Public Shared Sub IfNot (condition As Boolean, message As String, arg1 As Object)

パラメーター

condition
Boolean
message
String
arg1
Object
属性

適用対象

IfNot(Boolean, String, Object[])

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

public:
 static void IfNot(bool condition, System::String ^ message, ... cli::array <System::Object ^> ^ args);
[System.Diagnostics.Conditional("DEBUG")]
public static void IfNot (bool condition, string message, params object?[] args);
[<System.Diagnostics.Conditional("DEBUG")>]
static member IfNot : bool * string * obj[] -> unit
Public Shared Sub IfNot (condition As Boolean, message As String, ParamArray args As Object())

パラメーター

condition
Boolean
message
String
args
Object[]
属性

適用対象

IfNot(Boolean, String, Object, Object)

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

public:
 static void IfNot(bool condition, System::String ^ message, System::Object ^ arg1, System::Object ^ arg2);
[System.Diagnostics.Conditional("DEBUG")]
public static void IfNot (bool condition, string message, object? arg1, object? arg2);
[<System.Diagnostics.Conditional("DEBUG")>]
static member IfNot : bool * string * obj * obj -> unit
Public Shared Sub IfNot (condition As Boolean, message As String, arg1 As Object, arg2 As Object)

パラメーター

condition
Boolean
message
String
arg1
Object
arg2
Object
属性

適用対象