AssemblyAlreadyRegisteredException Class

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class AssemblyAlreadyRegisteredException _
    Inherits DmfException
'Usage
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

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.Dmf.DmfException
        Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.