CXAction.Fail Method

Definition

Tells the system that the action failed.

[Foundation.Export("fail")]
public virtual void Fail ();
abstract member Fail : unit -> unit
override this.Fail : unit -> unit
Attributes

Remarks

Developers must call this method when an error occurs while performing an action.

Applies to