PropertyOrFieldNotInitializedException 建構函式 (String, Exception)
初始化新類別的執行個體PropertyOrFieldNotInitializedException指定的錯誤訊息與內部造成此例外狀況的例外狀況的參考。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
innerException As Exception _
)
'用途
Dim message As String
Dim innerException As Exception
Dim instance As New PropertyOrFieldNotInitializedException(message, _
innerException)
public PropertyOrFieldNotInitializedException(
string message,
Exception innerException
)
參數
message
類型:System.String錯誤訊息,說明的例外狀況的原因。
innerException
類型:System.Exception導致PropertyOrFieldNotInitializedException的例外狀況。如果innerException參數不是空值,目前的例外狀況會引發的處理內部例外狀況。
請參閱
參照
PropertyOrFieldNotInitializedException 類別
PropertyOrFieldNotInitializedException 成員