CommunicationObject.ThrowIfDisposedOrImmutable Methode

Definition

Löst eine Ausnahme aus, wenn das Kommunikationsobjekt der State-Eigenschaft nicht auf den Created-Zustand festgelegt wurde.

protected public:
 void ThrowIfDisposedOrImmutable();
protected:
 void ThrowIfDisposedOrImmutable();
protected internal void ThrowIfDisposedOrImmutable ();
protected void ThrowIfDisposedOrImmutable ();
member this.ThrowIfDisposedOrImmutable : unit -> unit
Protected Friend Sub ThrowIfDisposedOrImmutable ()
Protected Sub ThrowIfDisposedOrImmutable ()

Ausnahmen

Das Kommunikationsobjekt befindet sich in einem Opening-Zustand oder einem Opened-Zustand.

Das Kommunikationsobjekt befindet sich in einem Closing-Zustand oder einem Closed-Zustand.

Das Kommunikationsobjekt befindet sich in einem Faulted-Zustand.

Hinweise

Da ein Objekt nach dem Aufruf von Open unveränderlich ist, ist der Created-Zustand der einzige Zustand, der veränderlich ist und nicht verworfen wird.

Gilt für