다음을 통해 공유


AssemblyAlreadyRegisteredException 클래스

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
<SerializableAttribute> _
Public NotInheritable Class AssemblyAlreadyRegisteredException _
    Inherits DmfException
‘사용 방법
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

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.