AdapterAlreadyExistsException 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
AdapterAlreadyExistsException() |
Base constructor |
AdapterAlreadyExistsException(String) |
Base constructor |
AdapterAlreadyExistsException(String, Exception) |
Base constructor |
AdapterAlreadyExistsException(String, String) |
Constructor |
AdapterAlreadyExistsException()
Base constructor
public AdapterAlreadyExistsException ();
Public Sub New ()
Applies to
AdapterAlreadyExistsException(String)
Base constructor
public AdapterAlreadyExistsException (string message);
new Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
AdapterAlreadyExistsException(String, Exception)
Base constructor
public AdapterAlreadyExistsException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException : string * Exception -> Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
AdapterAlreadyExistsException(String, String)
Constructor
public AdapterAlreadyExistsException (string interfaceName, string typeName);
new Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException : string * string -> Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException
Public Sub New (interfaceName As String, typeName As String)
Parameters
- interfaceName
- String
- typeName
- String