SfcDesignModeException Constructors

Definition

Overloads

SfcDesignModeException()

Constructor

SfcDesignModeException(String)

Base constructor

SfcDesignModeException(String, Exception)

Base constructor

SfcDesignModeException()

Constructor

public SfcDesignModeException ();
Public Sub New ()

Applies to

SfcDesignModeException(String)

Base constructor

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

Parameters

message
String

Applies to

SfcDesignModeException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to