SfcInvalidArgumentException コンストラクター

定義

オーバーロード

SfcInvalidArgumentException()

public SfcInvalidArgumentException();
Public Sub New ()

適用対象

SfcInvalidArgumentException(String)

TBD

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

パラメーター

message
String

適用対象

SfcInvalidArgumentException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象