SharePointConnectionDisabledException Class

Definition

The exception that is raised when SharePoint connection is disabled.

public ref class SharePointConnectionDisabledException : Microsoft::VisualStudio::SharePoint::SharePointConnectionException
public class SharePointConnectionDisabledException : Microsoft.VisualStudio.SharePoint.SharePointConnectionException
type SharePointConnectionDisabledException = class
    inherit SharePointConnectionException
Public Class SharePointConnectionDisabledException
Inherits SharePointConnectionException
Inheritance
SharePointConnectionDisabledException

Constructors

SharePointConnectionDisabledException()

Initializes a new instance of the SharePointConnectionDisabledException class.

SharePointConnectionDisabledException(SerializationInfo, StreamingContext)

Initializes a new instance of the SharePointConnectionDisabledException class.

SharePointConnectionDisabledException(String)

Initializes a new instance of the SharePointConnectionDisabledException class.

SharePointConnectionDisabledException(String, Exception)

Initializes a new instance of the SharePointConnectionDisabledException class.

Applies to