共用方式為


SPUtility.LogCustomRemoteAppError method

記錄檔指定的自訂錯誤的應用程式執行個體。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared Function LogCustomRemoteAppError ( _
    productId As Guid, _
    error As String _
) As LogAppErrorResult
'用途
Dim productId As Guid
Dim error As String
Dim returnValue As LogAppErrorResult

returnValue = SPUtility.LogCustomRemoteAppError(productId, _
    error)
public static LogAppErrorResult LogCustomRemoteAppError(
    Guid productId,
    string error
)

參數

  • productId
    Type: System.Guid

    產品識別碼的應用程式

  • error
    Type: System.String

    要記錄的錯誤字串。這不能超過 1024年個字元。

傳回值

Type: Microsoft.SharePoint.Utilities.LogAppErrorResult
LogAppErrorResult 表示成功或失敗。

備註

若要建立包含 web 應用程式的用戶端內容需要呼叫程式碼

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace