System.Web.Services.Description.OperationFaultCollection: Method Members

The methods of System.Web.Services.Description.OperationFaultCollection are listed below. For a list of all members, see the OperationFaultCollection Members list.

See Also: Inherited members from System.Web.Services.Description.ServiceDescriptionBaseCollection

Public Methods

Add(OperationFault) : int

Adds the specified System.Web.Services.Description.OperationFault to the end of the System.Web.Services.Description.OperationFaultCollection.

Contains(OperationFault) : bool

Returns a value indicating whether the specified System.Web.Services.Description.OperationFault is a member of the System.Web.Services.Description.OperationFaultCollection.

CopyTo(OperationFault[], int)

Copies the entire System.Web.Services.Description.OperationFaultCollection to a compatible one-dimensional array of type System.Web.Services.Description.OperationFault, starting at the specified zero-based index of the target array.

IndexOf(OperationFault) : int

Searches for the specified System.Web.Services.Description.OperationFault and returns the zero-based index of the first occurrence within the collection.

Insert(int, OperationFault)

Adds the specified System.Web.Services.Description.OperationFault to the System.Web.Services.Description.OperationFaultCollection at the specified zero-based index.

Remove(OperationFault)

Removes the first occurrence of the specified System.Web.Services.Description.OperationFault from the System.Web.Services.Description.OperationFaultCollection.

Protected Methods

override
GetKey(object) : string
Documentation for this section has not yet been entered.
override
SetParent(object, object)
Documentation for this section has not yet been entered.