Membres CollectionNotAvailableException
The CollectionNotAvailableException class is an exception that is raised when an attempt is made to retrieve a collection that is not available.
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
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 | (Se substitue à 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
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. (Se substitue à Exception. . :: . .Message.) | |
ServerVersion | Gets the version of the instance of Microsoft SQL Server that raised the exception. | |
SmoExceptionType | Gets the type of exception. (Se substitue à SmoException. . :: . .SmoExceptionType.) | |
Source | (Hérité de Exception.) | |
StackTrace | (Hérité de Exception.) | |
TargetSite | (Hérité de Exception.) |
Haut de la page
Voir aussi