Classe InvalidSqlServer2005StoreFormatException
The InvalidSqlServer2005StoreFormatException class is an exception that is raised when the incorrect storage format is encountered.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class InvalidSqlServer2005StoreFormatException _
Inherits RegisteredServerException
'Uso
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
O tipo InvalidSqlServer2005StoreFormatException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets a String value that has a link to additional information about the exception. (Herdado de RegisteredServerException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
RegisteredServerExceptionType | Gets the type of the exception. (Herdado de RegisteredServerException.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
Init | Initializes the properties of a RegisteredServerException object (Herdado de RegisteredServerException.) | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | Sets the help context for the exception. (Herdado de RegisteredServerException.) | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Exemplos
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.