SPEndpointAddressNotFoundException Constructor (String)
Initializes a new instance of the [Microsoft.SharePoint.SPEndpointAddressNotFoundException] class based on the specified error message.
Namespace: Microsoft.SharePoint
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 SPEndpointAddressNotFoundException(message)
public SPEndpointAddressNotFoundException(
string message
)
Parameters
message
Type: System.StringA [System.String] message describing the error.
See Also
Reference
SPEndpointAddressNotFoundException Class
SPEndpointAddressNotFoundException Members