UnsupportedEngineTypeException Constructors

Definition

Overloads

UnsupportedEngineTypeException()
UnsupportedEngineTypeException(String)
UnsupportedEngineTypeException(String, Exception)

UnsupportedEngineTypeException()

public UnsupportedEngineTypeException ();
Public Sub New ()

Applies to

UnsupportedEngineTypeException(String)

public UnsupportedEngineTypeException (string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException
Public Sub New (message As String)

Parameters

message
String

Applies to

UnsupportedEngineTypeException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to