AssemblyAlreadyRegisteredException Constructors

Definition

Overloads

AssemblyAlreadyRegisteredException()

Base constructor

AssemblyAlreadyRegisteredException(String)

Creates an Exception for repeated attempt to register the same assembly

AssemblyAlreadyRegisteredException(String, Exception)

Base constructor

AssemblyAlreadyRegisteredException()

Base constructor

public AssemblyAlreadyRegisteredException ();
Public Sub New ()

Applies to

AssemblyAlreadyRegisteredException(String)

Creates an Exception for repeated attempt to register the same assembly

public AssemblyAlreadyRegisteredException (string assemblyName);
new Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException : string -> Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException
Public Sub New (assemblyName As String)

Parameters

assemblyName
String

Applies to

AssemblyAlreadyRegisteredException(String, Exception)

Base constructor

public AssemblyAlreadyRegisteredException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException : string * Exception -> Microsoft.SqlServer.Management.Dmf.AssemblyAlreadyRegisteredException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to