WorkflowInstance.ThrowIfReadOnly Metodo

Definizione

Genera un'eccezione InvalidOperationException se l'istanza del flusso di lavoro è stata inizializzata, come determinato da IsReadOnly.

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

Commenti

Se IsReadOnly restituisce true, viene generata un'eccezione InvalidOperationException .

Si applica a