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 | |
---|---|---|
InvalidSqlServer2005StoreFormatException() () () () | Initializes an T:Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException. | |
InvalidSqlServer2005StoreFormatException(String) | Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified message text. | |
InvalidSqlServer2005StoreFormatException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidSqlServer2005StoreFormatException class that has the specified serialization information and streaming context. | |
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 | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Gets a String value that has a link to additional information about the exception. Ereditato da RegisteredServerException. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
RegisteredServerExceptionType | Gets the type of the exception. Ereditato da RegisteredServerException. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
Init | Initializes the properties of a RegisteredServerException object Ereditato da RegisteredServerException. | |
MemberwiseClone | Ereditato da Object. | |
SetHelpContext | Sets the help context for the exception. Ereditato da RegisteredServerException. | |
ToString | 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.
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.