MetadataObjectNotFoundException 建構函式 (String, Exception)
建構內部例外狀況訊息與類別的新的執行個體。
命名空間: Microsoft.BusinessData.MetadataModel
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
inner As Exception _
)
'用途
Dim message As String
Dim inner As Exception
Dim instance As New MetadataObjectNotFoundException(message, _
inner)
public MetadataObjectNotFoundException(
string message,
Exception inner
)
參數
message
類型:System.String訊息字串。
inner
類型:System.Exception內部例外狀況造成此例外狀況。
請參閱
參照
MetadataObjectNotFoundException 類別
MetadataObjectNotFoundException 成員