BackendNullReturnException Constructor (String, Exception)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New BackendNullReturnException(message, _
inner)
public BackendNullReturnException(
string message,
Exception inner
)
Parameters
- message
Type: System.String
- inner
Type: System.Exception
See Also
Reference
BackendNullReturnException Class
BackendNullReturnException Members
BackendNullReturnException Overload
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace