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

적용 대상