SfcEmptyXmlException コンストラクター

定義

オーバーロード

SfcEmptyXmlException()

public SfcEmptyXmlException();
Public Sub New ()

適用対象

SfcEmptyXmlException(String)

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

パラメーター

message
String

適用対象

SfcEmptyXmlException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象