BindingContext Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the BindingContext class for a specified binding and collection of binding parameters.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- binding
- Type: System.ServiceModel.Channels.CustomBinding
The CustomBinding for the channel.
- parameters
- Type: System.ServiceModel.Channels.BindingParameterCollection
The BindingParameterCollection for the channel.
| Exception | Condition |
|---|---|
| ArgumentNullException | binding is null. |
Show: