FaultTo Constructor (EndpointReference)
Initializes a new instance of the FaultTo class using the specified endpoint reference.
Namespace: Microsoft.Web.Services3.Addressing
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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
- epr
An EndpointReference that represents the fault endpoint.
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
FaultTo Class
FaultTo Members
Microsoft.Web.Services3.Addressing Namespace