Classe AssemblyAlreadyRegisteredException
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class AssemblyAlreadyRegisteredException _
Inherits DmfException
'Utilizzo
Dim instance As AssemblyAlreadyRegisteredException
[SerializableAttribute]
public sealed class AssemblyAlreadyRegisteredException : DmfException
[SerializableAttribute]
public ref class AssemblyAlreadyRegisteredException sealed : public DmfException
[<SealedAttribute>]
[<SerializableAttribute>]
type AssemblyAlreadyRegisteredException =
class
inherit DmfException
end
public final class AssemblyAlreadyRegisteredException extends DmfException
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dmf. . :: . .DmfException
Microsoft.SqlServer.Management.Dmf..::..AssemblyAlreadyRegisteredException
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche