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



Glossary Item Box

A collection used to track publishing exceptions, warnings and information to return to calling consumer

Object Model

PublishExceptionCollection ClassPublishException Class

Syntax

Visual Basic (Declaration) 
Public Class PublishExceptionCollection 
   Inherits System.Collections.Generic.List(Of PublishException)
Visual Basic (Usage)Copy Code
Dim instance As PublishExceptionCollection
C# 
public class PublishExceptionCollection : System.Collections.Generic.List<PublishException> 
C++/CLI 
public ref class PublishExceptionCollection : public System.Collections.Generic.List<PublishException> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      SourceCode.Workflow.Design.InfoPath.PublishExceptionCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also