Compartilhar via


BdcClientBase<TChannel> Constructor (String, EndpointAddress)

Initializes a new instance of the BdcClientBase<TChannel> class using the specified endpoint configuration name and remote address.

Namespace:  Microsoft.BusinessData.SystemSpecific.Wcf
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Protected Sub New ( _
    endpointConfigurationName As String, _
    remoteAddress As EndpointAddress _
)
'Usage
Dim endpointConfigurationName As String
Dim remoteAddress As EndpointAddress

Dim instance As New BdcClientBase(endpointConfigurationName, _
    remoteAddress)
protected BdcClientBase(
    string endpointConfigurationName,
    EndpointAddress remoteAddress
)

Parameters

  • endpointConfigurationName
    Type: System.String

    The name of the endpoint in the application configuration file.

Exceptions

Exception Condition
ArgumentNullException

The endpointConfigurationName or remoteAddress is a null reference (Nothing in Visual Basic).

InvalidOperationException

The endpoint cannot be found or the endpoint contract is not valid.

See Also

Reference

BdcClientBase<TChannel> Class

BdcClientBase<TChannel> Members

BdcClientBase<TChannel> Overload

Microsoft.BusinessData.SystemSpecific.Wcf Namespace