WorkflowInstance.ThrowIfReadOnly Méthode

Définition

Lève une InvalidOperationException si l'instance de flux de travail a été initialisée, comme déterminé par IsReadOnly.

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

Remarques

Si IsReadOnly retourne true, une InvalidOperationException est levée.

S’applique à