AssemblyAlreadyRegisteredException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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