次の方法で共有


WebServiceErrorEvent(String, Object, Exception) コンストラクター

定義

指定したイベント パラメーターを使用して、WebServiceErrorEvent クラスの新しいインスタンスを初期化します。

protected public:
 WebServiceErrorEvent(System::String ^ message, System::Object ^ eventSource, Exception ^ exception);
protected internal WebServiceErrorEvent (string message, object eventSource, Exception exception);
new System.Web.Management.WebServiceErrorEvent : string * obj * Exception -> System.Web.Management.WebServiceErrorEvent
Protected Friend Sub New (message As String, eventSource As Object, exception As Exception)

パラメーター

message
String

イベントの説明。

eventSource
Object

イベントのソースであるオブジェクト。

exception
Exception

エラーに関連付ける例外メッセージ。

適用対象