PublishExceptionCollection Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.InfoPath Namespace : PublishExceptionCollection Class


Glossary Item Box

The following tables list the members exposed by PublishExceptionCollection.

Public Constructors

Public Properties

Public Methods

  Name Description
Public Method Add (Inherited from System.Collections.Generic.List<PublishException>)
Public Method AddRange (Inherited from System.Collections.Generic.List<PublishException>)
Public Method AsReadOnly (Inherited from System.Collections.Generic.List<PublishException>)
Public Method BinarySearch Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Clear (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Contains (Inherited from System.Collections.Generic.List<PublishException>)
Public Method ConvertAll<TOutput> (Inherited from System.Collections.Generic.List<PublishException>)
Public Method CopyTo Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Exists (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Find (Inherited from System.Collections.Generic.List<PublishException>)
Public Method FindAll (Inherited from System.Collections.Generic.List<PublishException>)
Public Method FindIndex Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method FindLast (Inherited from System.Collections.Generic.List<PublishException>)
Public Method FindLastIndex Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method ForEach (Inherited from System.Collections.Generic.List<PublishException>)
Public Method GetEnumerator (Inherited from System.Collections.Generic.List<PublishException>)
Public Method GetRange (Inherited from System.Collections.Generic.List<PublishException>)
Public Method IndexOf Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Insert (Inherited from System.Collections.Generic.List<PublishException>)
Public Method InsertRange (Inherited from System.Collections.Generic.List<PublishException>)
Public Method LastIndexOf Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Remove (Inherited from System.Collections.Generic.List<PublishException>)
Public Method RemoveAll (Inherited from System.Collections.Generic.List<PublishException>)
Public Method RemoveAt (Inherited from System.Collections.Generic.List<PublishException>)
Public Method RemoveRange (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Reverse Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method Sort Overloaded.  (Inherited from System.Collections.Generic.List<PublishException>)
Public Method ToArray (Inherited from System.Collections.Generic.List<PublishException>)
Public Method TrimExcess (Inherited from System.Collections.Generic.List<PublishException>)
Public Method TrueForAll (Inherited from System.Collections.Generic.List<PublishException>)
Top

See Also