SfcPathConversionException コンストラクター

定義

オーバーロード

名前 説明
SfcPathConversionException()

コンストラクター

SfcPathConversionException(String)

基本コンストラクター

SfcPathConversionException(String, Exception)

基本コンストラクター

SfcPathConversionException()

コンストラクター

public SfcPathConversionException();
Public Sub New ()

適用対象

SfcPathConversionException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

SfcPathConversionException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象