Share via


BackendNullReturnException Constructor (String)

Gets a message that describes the current exception.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

Dim instance As New BackendNullReturnException(message)
public BackendNullReturnException(
    string message
)

Parameters

  • message
    Type: System.String
    The error message that explains the reason for the exception, or an empty string ("").

See Also

Reference

BackendNullReturnException Class

BackendNullReturnException Members

BackendNullReturnException Overload

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace