共用方式為


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

    錯誤訊息,說明的例外狀況的原因。

請參閱

參照

PropertyOrFieldNotInitializedException 類別

PropertyOrFieldNotInitializedException 成員

PropertyOrFieldNotInitializedException 多載

Microsoft.SharePoint.Client 命名空間