Share via


SharePointConnectionException Constructor (String, Exception)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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: System.String

    The message that describes the exception.

  • inner
    Type: System.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