CommunicationObject.ThrowIfDisposedOrNotOpen メソッド
定義
protected public:
void ThrowIfDisposedOrNotOpen();
protected:
void ThrowIfDisposedOrNotOpen();
protected internal void ThrowIfDisposedOrNotOpen ();
protected void ThrowIfDisposedOrNotOpen ();
member this.ThrowIfDisposedOrNotOpen : unit -> unit
Protected Friend Sub ThrowIfDisposedOrNotOpen ()
Protected Sub ThrowIfDisposedOrNotOpen ()
例外
通信オブジェクトは、Created 状態または Opening 状態ではなく、使用できません。The communication object is not in a Created or Opening state and cannot be used.
通信オブジェクトは、Closing 状態または Closed 状態であり、変更できません。The communication object is in a Closing or Closed state and cannot be modified.
通信オブジェクトは、Faulted 状態であり、変更できません。The communication object is in a Faulted state and cannot be modified.