Message.IsFault プロパティ
定義
このメッセージが何らかの SOAP エラーを生成するかどうか示す値を取得します。Gets a value that indicates whether this message generates any SOAP faults.
public:
virtual property bool IsFault { bool get(); };
public virtual bool IsFault { get; }
member this.IsFault : bool
Public Overridable ReadOnly Property IsFault As Boolean
プロパティ値
このメッセージが SOAP エラーを生成する場合は true
。それ以外の場合は false
。true
if this message generates any SOAP faults; otherwise, false
.
例外
メッセージが破棄されました。The message has been disposed of.