Classe RegisteredServerException
The RegisteredServerException class represents the exception raised when an error occurs during server registration.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class RegisteredServerException _
Inherits ApplicationException
'Uso
Dim instance As RegisteredServerException
[SerializableAttribute]
public class RegisteredServerException : ApplicationException
[SerializableAttribute]
public ref class RegisteredServerException : public ApplicationException
[<SerializableAttribute>]
type RegisteredServerException =
class
inherit ApplicationException
end
public class RegisteredServerException extends ApplicationException
Comentários
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.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..RegisteredServerException
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também