SPEndpointAddressNotFoundException constructor (String, Exception)

Initializes a new instance of the [Microsoft.SharePoint.SPEndpointAddressNotFoundException] class based on the specified error message and inner exception that is the cause of current exception.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Dim instance As New SPEndpointAddressNotFoundException(message, _
    innerException)
public SPEndpointAddressNotFoundException(
    string message,
    Exception innerException
)

Parameters

  • innerException
    Type: System.Exception

    The inner exception that caused this exception.

See also

Reference

SPEndpointAddressNotFoundException class

SPEndpointAddressNotFoundException members

SPEndpointAddressNotFoundException overload

Microsoft.SharePoint namespace