Share via


EntityCollabException Constructor (String, Exception)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
'Usage
Dim message As String
Dim ex As Exception

Dim instance As New EntityCollabException(message, _
    ex)
public EntityCollabException(
    string message,
    Exception ex
)

Parameters

See Also

Reference

EntityCollabException Class

EntityCollabException Members

EntityCollabException Overload

OBA.Server.EntityCollaboration Namespace