IDialogStack.Fail(Exception) Method

Definition

Fail the current dialog and return an exception to the parent dialog.

public void Fail (Exception error);
abstract member Fail : Exception -> unit
Public Sub Fail (error As Exception)

Parameters

error
Exception

The error.

Applies to