SfcInvalidStreamException コンストラクター

定義

オーバーロード

SfcInvalidStreamException()

public SfcInvalidStreamException();
Public Sub New ()

適用対象

SfcInvalidStreamException(String)

TBD

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

パラメーター

message
String

適用対象

SfcInvalidStreamException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象