FaultTo Constructor (EndpointReference)

Initializes a new instance of the FaultTo class using the specified endpoint reference.

Namespace: Microsoft.Web.Services2.Addressing
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim epr As EndpointReference
Dim faultTo1 As New FaultTo(epr)

Syntax

'Declaration
Public Sub New( _
    ByVal epr As EndpointReference _
)
public FaultTo(
    EndpointReference epr
);
public: FaultTo(
    EndpointReference^ epr
);
public FaultTo(
    EndpointReference epr
);
public function FaultTo(
     epr : EndpointReference
);

Parameters

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

FaultTo Class
Microsoft.Web.Services2.Addressing Namespace

Other Resources

FaultTo Members