Verify.OperationWithHelp(Boolean, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Throws an InvalidOperationException if a condition is false.
public:
static void OperationWithHelp(bool condition, System::String ^ message, System::String ^ helpLink);
[System.Diagnostics.DebuggerStepThrough]
public static void OperationWithHelp (bool condition, string? message, string? helpLink);
[<System.Diagnostics.DebuggerStepThrough>]
static member OperationWithHelp : bool * string * string -> unit
Public Shared Sub OperationWithHelp (condition As Boolean, message As String, helpLink As String)
Parameters
- condition
- Boolean
- message
- String
- helpLink
- String
- Attributes