SfcQueryConnectionUnavailableException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Constructors
SfcQueryConnectionUnavailableException() | |
SfcQueryConnectionUnavailableException(String, Exception) | |
SfcQueryConnectionUnavailableException(String) |
Properties
HelpLink | (Inherited from SfcException) |
Message |
Methods
SetHelpContext(String) | (Inherited from SfcException) |