Share via


EntityCollabException Class

Specifies the exception that is thrown when an error occurs while creating or accessing the collaboration workspace site for a business External Item by using the AddCollaboration method.

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        OBA.Server.EntityCollaboration.EntityCollabException

Namespace:  OBA.Server.EntityCollaboration
Assembly:  OBA.Server.Common (in OBA.Server.Common.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class EntityCollabException _
    Inherits SPException
'Usage
Dim instance As EntityCollabException
[SerializableAttribute]
public class EntityCollabException : SPException

Remarks

EntityCollabException inherits from Microsoft.SharePoint.SPException. For more information about SPException and its members, see SPException (https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spexception.aspx).

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

EntityCollabException Members

OBA.Server.EntityCollaboration Namespace