共用方式為


SPLog.Error method (String, Exception, Object[])

指定的字串、 例外狀況,並物件的清單升級記錄檔會以寫入錯誤。這通電話將會造成升級工作階段包含SPLog以下列一項增加其錯誤的計數。包含一或多個錯誤的升級工作階段會被視為已失敗。

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

Syntax

'宣告
Public Sub Error ( _
    format As String, _
    exception As Exception, _
    ParamArray args As Object() _
)
'用途
Dim instance As SPLog
Dim format As String
Dim exception As Exception
Dim args As Object()

instance.Error(format, exception, args)
public void Error(
    string format,
    Exception exception,
    params Object[] args
)

參數

  • format
    Type: System.String

    格式字串,提供格式資訊。

  • exception
    Type: System.Exception

    System.Exception物件,代表此郵件的例外狀況。

  • args
    Type: []

    Object陣列,其中包含要格式化的零或多個物件。

請參閱

參照

SPLog class

SPLog members

Error overload

Microsoft.SharePoint.Upgrade namespace