SfcQueryConnectionUnavailableException Class

Definition

This exception is thrown during GetConnection(ObjectQueryMode) on a domain root object if a suitable connection cannot be returned to support the type of query mode requested. It is usually due to a muptiple query request with a server in single user mode, or some other inability to return a connection other than the current default one.

[System.Serializable]
public sealed class SfcQueryConnectionUnavailableException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcQueryConnectionUnavailableException = class
    inherit SfcException
Public NotInheritable Class SfcQueryConnectionUnavailableException
Inherits SfcException
Inheritance
SfcQueryConnectionUnavailableException
Attributes

Constructors

SfcQueryConnectionUnavailableException()
SfcQueryConnectionUnavailableException(String)
SfcQueryConnectionUnavailableException(String, Exception)

Properties

HelpLink (Inherited from SfcException)
Message

Methods

SetHelpContext(String) (Inherited from SfcException)

Applies to