SfcUnsupportedVersionException 생성자

정의

오버로드

SfcUnsupportedVersionException()

생성자

public SfcUnsupportedVersionException();
Public Sub New ()

적용 대상

SfcUnsupportedVersionException(String)

기본 생성자

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

매개 변수

message
String

적용 대상

SfcUnsupportedVersionException(String, Exception)

기본 생성자

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

매개 변수

message
String
innerException
Exception

적용 대상