Classe CollectionNotAvailableException
The CollectionNotAvailableException class is an exception that is raised when an attempt is made to retrieve a collection that is not available.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Smo. . :: . .SmoException
Microsoft.SqlServer.Management.Smo..::..CollectionNotAvailableException
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class CollectionNotAvailableException _
Inherits SmoException
'Utilisation
Dim instance As CollectionNotAvailableException
[SerializableAttribute]
public sealed class CollectionNotAvailableException : SmoException
[SerializableAttribute]
public ref class CollectionNotAvailableException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type CollectionNotAvailableException =
class
inherit SmoException
end
public final class CollectionNotAvailableException extends SmoException
Le type CollectionNotAvailableException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
CollectionNotAvailableException() () () () | Initializes a new instance of the CollectionNotAvailableException class. | |
CollectionNotAvailableException(String) | Initializes a new instance of the CollectionNotAvailableException class with the specified message text. | |
CollectionNotAvailableException(String, ServerVersion) | Initializes a new instance of the CollectionNotAvailableException class with the specified collection and the version of the instance of Microsoft SQL Server. | |
CollectionNotAvailableException(String, Exception) | Initializes a new instance of the CollectionNotAvailableException class with the specified message text and inner exception. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CollectionName | Gets the name of the collection that is not available. | |
Data | (hérité de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (hérité de SmoException.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | Gets the message that describes the current exception. (remplace Exception. . :: . .Message.) | |
ServerVersion | Gets the version of the instance of Microsoft SQL Server that raised the exception. | |
SmoExceptionType | Gets the type of exception. (remplace SmoException. . :: . .SmoExceptionType.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Override based on the virtual GetObjectData method. . (remplace Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (hérité de SmoException.) | |
ToString | (hérité de Exception.) |
Haut de la page
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.