PublishExceptionLevel Enumeration
See Also 
SourceCode.Workflow.Design.InfoPath Namespace : PublishExceptionLevel Enumeration



Glossary Item Box

Used to specify level of exception when deploying

Syntax

Visual Basic (Declaration) 
Public Enum PublishExceptionLevel 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As PublishExceptionLevel
C# 
public enum PublishExceptionLevel : System.Enum 
C++/CLI 
public enum class PublishExceptionLevel : public System.Enum 

Members

MemberDescription
Error 
Information 
Warning 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.Workflow.Design.InfoPath.PublishExceptionLevel

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