Condividi tramite


Classe InvalidSqlServer2005StoreFormatException

The InvalidSqlServer2005StoreFormatException class is an exception that is raised when the incorrect storage format is encountered.

Gerarchia di ereditarietà

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
        Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class InvalidSqlServer2005StoreFormatException _
    Inherits RegisteredServerException
'Utilizzo
Dim instance As InvalidSqlServer2005StoreFormatException
[SerializableAttribute]
public class InvalidSqlServer2005StoreFormatException : RegisteredServerException
[SerializableAttribute]
public ref class InvalidSqlServer2005StoreFormatException : public RegisteredServerException
[<SerializableAttribute>]
type InvalidSqlServer2005StoreFormatException =  
    class 
        inherit RegisteredServerException 
    end
public class InvalidSqlServer2005StoreFormatException extends RegisteredServerException

Nel tipo InvalidSqlServer2005StoreFormatException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico InvalidSqlServer2005StoreFormatException() Initializes an T:Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException.
Metodo pubblico InvalidSqlServer2005StoreFormatException(String) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified message text.
Metodo protetto InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified serialization information and streaming context.
Metodo pubblico InvalidSqlServer2005StoreFormatException(String, Exception) Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified message text and inner exception.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Gets a String value that has a link to additional information about the exception. Ereditato da RegisteredServerException.
Proprietà pubblica HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica RegisteredServerExceptionType Gets the type of the exception. Ereditato da RegisteredServerException.
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 Criticità per la sicurezza. Ereditato da Exception.
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto Init Initializes the properties of a RegisteredServerException object Ereditato da RegisteredServerException.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SetHelpContext Sets the help context for the exception. Ereditato da RegisteredServerException.
Metodo pubblico ToString Ereditato da Exception.

In alto

Eventi

  Nome Descrizione
Evento protetto SerializeObjectState Ereditato da Exception.

In alto

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

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.

Esempi

Gestione delle eccezioni SMO

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers