SharePointConnectionException Class
The exception that is thrown when an attempt to connect to the local SharePoint site fails.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::Exception
Microsoft.VisualStudio.SharePoint::SharePointConnectionException
Microsoft.VisualStudio.SharePoint::SharePointConnectionDisabledException
| Name | Description | |
|---|---|---|
![]() | SharePointConnectionException() | Initializes a new instance of the SharePointConnectionException class. |
![]() | SharePointConnectionException(SerializationInfo^, StreamingContext) | Initializes a new instance of the SharePointConnectionException class. |
![]() | SharePointConnectionException(String^) | Initializes a new instance of the SharePointConnectionException class. |
![]() | SharePointConnectionException(String^, Exception^) | Initializes a new instance of the SharePointConnectionException class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This exception is usually raised by one of the following conditions:
Microsoft SharePoint Server 2010 or Microsoft SharePoint Foundation 2010 is not installed on the computer.
The local instance of Microsoft SharePoint Server 2010 or Microsoft SharePoint Foundation 2010 is not running.
The current user does not have the appropriate permissions in SharePoint. For more information, see Requirements for Developing SharePoint Solutions.
Visual Studio is not run with administrator privileges, or the current user is not an administrator on the local system.
The .NET Framework 3.5 SP1 is not installed on the computer.
The site URL of the project is invalid.
An internal communication error has occurred.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



