SPLog.Error method (String, Exception)
升級記錄檔中寫入指定的字串及例外狀況為錯誤。這通電話將會造成升級工作階段包含SPLog以下列一項增加其錯誤的計數。包含一或多個錯誤的升級工作階段會被視為已失敗。
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Error ( _
output As String, _
exception As Exception _
)
'用途
Dim instance As SPLog
Dim output As String
Dim exception As Exception
instance.Error(output, exception)
public void Error(
string output,
Exception exception
)
參數
output
Type: System.String包含會寫入至事件記錄訊息的字串。
exception
Type: System.ExceptionSystem.Exception物件,代表其堆疊追蹤記錄的例外狀況。