InvalidConnectionTypeException 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
| InvalidConnectionTypeException() | |
| InvalidConnectionTypeException(String) | |
| InvalidConnectionTypeException(String, Exception) |
InvalidConnectionTypeException()
public InvalidConnectionTypeException ();
Public Sub New ()
Applies to
InvalidConnectionTypeException(String)
public InvalidConnectionTypeException (string message);
new Microsoft.Azure.Commands.DataMigration.Models.Exceptions.InvalidConnectionTypeException : string -> Microsoft.Azure.Commands.DataMigration.Models.Exceptions.InvalidConnectionTypeException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
InvalidConnectionTypeException(String, Exception)
public InvalidConnectionTypeException (string message, Exception innerException);
new Microsoft.Azure.Commands.DataMigration.Models.Exceptions.InvalidConnectionTypeException : string * Exception -> Microsoft.Azure.Commands.DataMigration.Models.Exceptions.InvalidConnectionTypeException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception