SfcDesignModeException Konstruktor

Definisi

Overload

Nama Deskripsi
SfcDesignModeException()

Constructor

SfcDesignModeException(String)

Konstruktor dasar

SfcDesignModeException(String, Exception)

Konstruktor dasar

SfcDesignModeException()

Constructor

public SfcDesignModeException();
Public Sub New ()

Berlaku untuk

SfcDesignModeException(String)

Konstruktor dasar

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

Parameter

message
String

Berlaku untuk

SfcDesignModeException(String, Exception)

Konstruktor dasar

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)

Parameter

message
String
innerException
Exception

Berlaku untuk