Share via


SharePointConnectionDisabledException Constructor (String, Exception)

Initializes a new instance of the SharePointConnectionDisabledException 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 SharePointConnectionDisabledException(
    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

SharePointConnectionDisabledException Class

SharePointConnectionDisabledException Overload

Microsoft.VisualStudio.SharePoint Namespace