Freigeben über


Assumes.True Methode

Definition

Überlädt

True(Boolean, ValidationInterpolatedStringHandler)

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

True(Boolean, String)

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

True(Boolean, String, Object)

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

True(Boolean, String, Object[])

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

True(Boolean, ValidationInterpolatedStringHandler)

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, ref Microsoft.ValidationInterpolatedStringHandler message);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * ValidationInterpolatedStringHandler -> unit
Public Shared Sub True (condition As Boolean, ByRef message As ValidationInterpolatedStringHandler)

Parameter

condition
Boolean
message
Microsoft.ValidationInterpolatedStringHandler
Attribute

Gilt für:

True(Boolean, String)

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, string? message = default);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * string -> unit
Public Shared Sub True (condition As Boolean, Optional message As String = Nothing)

Parameter

condition
Boolean
message
String
Attribute

Gilt für:

True(Boolean, String, Object)

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

public:
 static void True(bool condition, System::String ^ unformattedMessage, System::Object ^ arg1);
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, string unformattedMessage, object? arg1);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * string * obj -> unit
Public Shared Sub True (condition As Boolean, unformattedMessage As String, arg1 As Object)

Parameter

condition
Boolean
unformattedMessage
String
arg1
Object
Attribute

Gilt für:

True(Boolean, String, Object[])

Löst eine öffentliche Ausnahme aus, wenn eine Bedingung als false ausgewertet wird.

public:
 static void True(bool condition, System::String ^ unformattedMessage, ... cli::array <System::Object ^> ^ args);
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")]
public static void True (bool condition, string unformattedMessage, params object?[] args);
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline across NGen image boundaries")>]
static member True : bool * string * obj[] -> unit
Public Shared Sub True (condition As Boolean, unformattedMessage As String, ParamArray args As Object())

Parameter

condition
Boolean
unformattedMessage
String
args
Object[]
Attribute

Gilt für: