SfcDesignModeException コンストラクター

定義

オーバーロード

名前 説明
SfcDesignModeException()

コンストラクター

SfcDesignModeException(String)

基本コンストラクター

SfcDesignModeException(String, Exception)

基本コンストラクター

SfcDesignModeException()

コンストラクター

public SfcDesignModeException();
Public Sub New ()

適用対象

SfcDesignModeException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

SfcDesignModeException(String, Exception)

基本コンストラクター

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)

パラメーター

message
String
innerException
Exception

適用対象