FileSystemWatcher.OnError 方法

引发 Error 事件。

**命名空间:**System.IO
**程序集:**System(在 system.dll 中)

语法

声明
Protected Sub OnError ( _
    e As ErrorEventArgs _
)
用法
Dim e As ErrorEventArgs

Me.OnError(e)
protected void OnError (
    ErrorEventArgs e
)
protected:
void OnError (
    ErrorEventArgs^ e
)
protected void OnError (
    ErrorEventArgs e
)
protected function OnError (
    e : ErrorEventArgs
)

参数

备注

发生错误时,调用 OnError

引发事件时会通过委托调用事件处理程序。有关更多信息,请参见 引发事件

给继承者的说明 重写派生类中的 OnError 时,确保调用基类的 OnError 方法。

平台

Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

FileSystemWatcher 类
FileSystemWatcher 成员
System.IO 命名空间
Error
ErrorEventArgs 类
ErrorEventHandler 委托
InternalBufferOverflowException