Share via


EntityCollabException Constructor (ErrorType, 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 ( _
    errorInfo As ErrorType, _
    message As String, _
    ex As Exception _
)
'Usage
Dim errorInfo As ErrorType
Dim message As String
Dim ex As Exception

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

Parameters

See Also

Reference

EntityCollabException Class

EntityCollabException Members

EntityCollabException Overload

OBA.Server.EntityCollaboration Namespace