FaultBindingCollection.Add Method (FaultBinding)

 

Adds the specified FaultBinding to the end of the FaultBindingCollection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Add : 
        bindingOperationFault:FaultBinding -> int

Parameters

bindingOperationFault
Type: System.Web.Services.Description.FaultBinding

The FaultBinding to add to the collection.

Return Value

Type: System.Int32

The zero-based index where the bindingOperationFault parameter has been added.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: