SPLog.Warning 方法 (String, Exception)

将指定的字符串和异常为警告升级日志写入。此调用将导致升级会话包含SPLog以其警告计数增加 1。包含一个或多个警告升级会话被视为成功。

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub Warning ( _
    output As String, _
    exception As Exception _
)
用法
Dim instance As SPLog
Dim output As String
Dim exception As Exception

instance.Warning(output, exception)
public void Warning(
    string output,
    Exception exception
)

参数

  • output
    类型:System.String

    一个字符串,包含将写入到事件日志警告。

  • exception
    类型:System.Exception

    表示异常的堆栈跟踪记录的System.Exception对象。

另请参阅

引用

SPLog 类

SPLog 成员

Warning 重载

Microsoft.SharePoint.Upgrade 命名空间