PublishException class

Represents an exception that is thrown in case if publishing fails.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.Office.SharePoint.ClientExtensions.Publishing.PublishException

Namespace:  Microsoft.Office.SharePoint.ClientExtensions.Publishing
Assembly:  Microsoft.Office.SharePoint.ClientExtensions (in Microsoft.Office.SharePoint.ClientExtensions.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class PublishException _
    Inherits Exception
'Usage
Dim instance As PublishException
[SerializableAttribute]
public sealed class PublishException : Exception

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PublishException members

Microsoft.Office.SharePoint.ClientExtensions.Publishing namespace