SfcDesignModeException 생성자

정의

오버로드

Name Description
SfcDesignModeException()

생성자

SfcDesignModeException(String)

기본 생성자

SfcDesignModeException(String, Exception)

기본 생성자

SfcDesignModeException()

생성자

public SfcDesignModeException();
Public Sub New ()

적용 대상

SfcDesignModeException(String)

기본 생성자

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

매개 변수

message
String

적용 대상

SfcDesignModeException(String, Exception)

기본 생성자

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

매개 변수

message
String
innerException
Exception

적용 대상