Click or drag to resize
IFailureList Methods

The IFailureList type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from ICollectionFailure.)
Public methodClear (Inherited from ICollectionFailure.)
Public methodContains (Inherited from ICollectionFailure.)
Public methodCopyTo (Inherited from ICollectionFailure.)
Public methodFail(Failure)
Adds a new failure object to the list
Public methodFail(String, String)
Adds a new failure object to the list
Public methodFailIf
Adds a new failure object to the list if condition is true
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableFailure.)
Public methodIndexOf (Inherited from IListFailure.)
Public methodInsert (Inherited from IListFailure.)
Public methodRemove (Inherited from ICollectionFailure.)
Public methodRemoveAt (Inherited from IListFailure.)
Top
See Also