Share via


BackendNullReturnException Constructor (String)

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New BackendNullReturnException(message)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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