SPUserCodeNoAvailableServersFoundException Constructor (String)

Initializes a new instance of the SPUserCodeNoAvailableServersFoundException class.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

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

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

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

Reference

SPUserCodeNoAvailableServersFoundException Class

SPUserCodeNoAvailableServersFoundException Members

SPUserCodeNoAvailableServersFoundException Overload

Microsoft.SharePoint.UserCode Namespace