SfcUnsupportedVersionException Constructors

Definition

Overloads

SfcUnsupportedVersionException()

Constructor

SfcUnsupportedVersionException(String)

Base constructor

SfcUnsupportedVersionException(String, Exception)

Base constructor

SfcUnsupportedVersionException()

Constructor

public SfcUnsupportedVersionException ();
Public Sub New ()

Applies to

SfcUnsupportedVersionException(String)

Base constructor

public SfcUnsupportedVersionException (string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcUnsupportedVersionException
Public Sub New (message As String)

Parameters

message
String

Applies to

SfcUnsupportedVersionException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to