Condividi tramite


Classe CollectionNotAvailableException

The CollectionNotAvailableException class is an exception that is raised when an attempt is made to retrieve a collection that is not available.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Smo. . :: . .SmoException
        Microsoft.SqlServer.Management.Smo..::..CollectionNotAvailableException

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class CollectionNotAvailableException _
    Inherits SmoException
'Utilizzo
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

Nel tipo CollectionNotAvailableException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CollectionNotAvailableException() () () () Initializes a new instance of the CollectionNotAvailableException class.
Metodo pubblico CollectionNotAvailableException(String) Initializes a new instance of the CollectionNotAvailableException class with the specified message text.
Metodo pubblico 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.
Metodo pubblico CollectionNotAvailableException(String, Exception) Initializes a new instance of the CollectionNotAvailableException class with the specified message text and inner exception.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CollectionName Gets the name of the collection that is not available.
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Gets the Help link for further information from Microsoft about the SMO exception. Ereditato da SmoException.
Proprietà protetta HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Gets the message that describes the current exception. Esegue l'override di Exception. . :: . .Message.
Proprietà pubblica ServerVersion Gets the version of the instance of Microsoft SQL Server that raised the exception.
Proprietà pubblica SmoExceptionType Gets the type of exception. Esegue l'override di SmoException. . :: . .SmoExceptionType.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Override based on the virtual GetObjectData method. . Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SetHelpContext Sets the Help context value for the referenced exception. Ereditato da SmoException.
Metodo pubblico ToString Ereditato da Exception.

In alto

Osservazioni

Thread Safety

Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.