WorkflowInstance.ThrowIfReadOnly Methode

Definition

Löst eine InvalidOperationException aus, wenn die Workflowinstanz initialisiert wurde, wie von IsReadOnly bestimmt.

protected:
 void ThrowIfReadOnly();
protected void ThrowIfReadOnly ();
member this.ThrowIfReadOnly : unit -> unit
Protected Sub ThrowIfReadOnly ()

Hinweise

Wenn IsReadOnly zurückgibt true , wird eine ausgelöst InvalidOperationException .

Gilt für