IDialogStack.Fail(Exception) 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.
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.