NativeActivityContext.Abort 方法

定义

在运行时中止当前工作流实例。

重载

Abort()

在运行时中止当前工作流实例。

Abort(Exception)

由于特定原因在运行时中止当前工作流实例。

Abort()

在运行时中止当前工作流实例。

public:
 void Abort();
public void Abort ();
member this.Abort : unit -> unit
Public Sub Abort ()

适用于

Abort(Exception)

由于特定原因在运行时中止当前工作流实例。

public:
 void Abort(Exception ^ reason);
public void Abort (Exception reason);
member this.Abort : Exception -> unit
Public Sub Abort (reason As Exception)

参数

reason
Exception

导致工作流中止的错误。

适用于