SfcObjectInitializationException 建構函式 (String)
Initializes a new instance of the SfcObjectInitializationException class with the specified key name and a reference to the inner exception that is the cause of this exception. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
keyName As String _
)
'用途
Dim keyName As String
Dim instance As New SfcObjectInitializationException(keyName)
public SfcObjectInitializationException(
string keyName
)
public:
SfcObjectInitializationException(
String^ keyName
)
new :
keyName:string -> SfcObjectInitializationException
public function SfcObjectInitializationException(
keyName : String
)
參數
- keyName
型別:System.String
The name of the key.
請參閱
參考
SfcObjectInitializationException 類別