Share via


SharePointConnectionException Constructor (String, Exception)

Initializes a new instance of the SharePointConnectionException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public SharePointConnectionException(
    string message,
    Exception inner
)

Parameters

  • message
    Type: String

    The message that describes the exception.

  • inner
    Type: Exception

    The exception that is the cause of the current exception.

.NET Framework Security

See Also

Reference

SharePointConnectionException Class

SharePointConnectionException Overload

Microsoft.VisualStudio.SharePoint Namespace