Condividi tramite


SoapTransport.DispatchFailedEventArgs Constructor

Initializes a new instance of the SoapTransport.DispatchFailedEventArgs class.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim message As SoapEnvelope
Dim soapTransport_DispatchFailedEventArgs1 As New SoapTransport.DispatchFailedEventArgs(message)

Syntax

'Declaration
Public Sub New( _
    ByVal message As SoapEnvelope _
)
public SoapTransport.DispatchFailedEventArgs(
    SoapEnvelope message
);
public:
SoapTransport::DispatchFailedEventArgs(
    SoapEnvelope^ message
);
public SoapTransport.DispatchFailedEventArgs(
    SoapEnvelope message
);
public function SoapTransport.DispatchFailedEventArgs(
     message : SoapEnvelope
);

Parameters

  • message
    The SoapEnvelope of the SOAP message that failed on send.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapTransport.DispatchFailedEventArgs Class
SoapTransport.DispatchFailedEventArgs Members
Microsoft.Web.Services3.Messaging Namespace