Home
last modified time | relevance | path

Searched refs:ErrorEventHandler (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DErrorEvent.cs66 ErrorEventHandler errEventHandler = new ErrorEventHandler(com1); in ErrorEvent_RxOver()
149 ErrorEventHandler errEventHandler = new ErrorEventHandler(com1); in ErrorEvent_RxParity()
189 ErrorEventHandler errEventHandler = new ErrorEventHandler(com1); in ErrorEvent_Frame()
228 private class ErrorEventHandler : TestEventHandler<SerialError> class in System.IO.Ports.Tests.ErrorEvent
230 public ErrorEventHandler(SerialPort com) : base(com, false, false) in ErrorEventHandler() method in System.IO.Ports.Tests.ErrorEvent.ErrorEventHandler
H A DEvent_Generic.cs32 ErrorEventHandler errorEventHandler = new ErrorEventHandler(com1, false, true); in EventHandlers_CalledSerially()
306 ErrorEventHandler errorEventHandler = new ErrorEventHandler(com1, false, true); in Thread_In_ErrorEvent()
353 private class ErrorEventHandler : TestEventHandler<SerialError> class in System.IO.Ports.Tests.Event_Generic
355 …public ErrorEventHandler(SerialPort com, bool shouldThrow, bool shouldWait) : base(com, shouldThro… in ErrorEventHandler() method in System.IO.Ports.Tests.Event_Generic.ErrorEventHandler
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Caching/System/Caching/
H A DFileChangeNotificationSystem.cs25 private ErrorEventHandler _errorHandler;
58 internal ErrorEventHandler ErrorHandler { get { return _errorHandler; } }
65 _errorHandler = new ErrorEventHandler(this.OnError); in FileChangeEventTarget()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Caching/src/System/Runtime/Caching/
H A DFileChangeNotificationSystem.cs30 private ErrorEventHandler _errorHandler;
72 internal ErrorEventHandler ErrorHandler { get { return _errorHandler; } }
80 _errorHandler = new ErrorEventHandler(this.OnError); in FileChangeEventTarget()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/ref/
H A DSystem.IO.FileSystem.Watcher.cs15 public delegate void ErrorEventHandler(object sender, System.IO.ErrorEventArgs e); in ErrorEventHandler() method
40 public event System.IO.ErrorEventHandler Error { add { } remove { } }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/
H A DErrorEventHandler.cs12 public delegate void ErrorEventHandler(object sender, ErrorEventArgs e); in ErrorEventHandler() method
H A DFileSystemWatcher.cs54 private ErrorEventHandler _onErrorHandler = null;
334 public event ErrorEventHandler Error
504 ErrorEventHandler handler = _onErrorHandler; in OnError()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.IO/
H A DErrorEventHandler.cs32 public delegate void ErrorEventHandler (object sender, ErrorEventArgs e); in ErrorEventHandler() method
H A DFileSystemWatcher_mobile.cs51 public event ErrorEventHandler Error;
H A DFileSystemWatcher.cs390 ((ErrorEventHandler)target).BeginInvoke (this, (ErrorEventArgs)arg, null, null); in RaiseEvent()
527 public event ErrorEventHandler Error;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/io/system/io/
H A DErrorEventHandler.cs19 public delegate void ErrorEventHandler(object sender, ErrorEventArgs e); in ErrorEventHandler() method
H A DFileSystemWatcher.cs76 private ErrorEventHandler onErrorHandler = null;
425 public event ErrorEventHandler Error {
868 ErrorEventHandler errorHandler = onErrorHandler; in OnError()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Deventtarget.rs58 ErrorEventHandler( enumerator
71 CommonEventHandler::ErrorEventHandler(ref handler) => &handler.parent, in parent()
162 CommonEventHandler::ErrorEventHandler(ref handler) => { in call_or_handle_event()
474 Some(CommonEventHandler::ErrorEventHandler( in get_compiled_event_handler()
521 InlineEventListener::Compiled(CommonEventHandler::ErrorEventHandler( in set_error_event_handler()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.IO.FileSystem.Watcher/
H A DTypeForwarders.cs24 …bly: System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.ErrorEventHandler))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.IO.FileSystem.Watcher.cs17 …mbly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.ErrorEventHandler))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.IO.FileSystem.Watcher.cs18 …mbly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.ErrorEventHandler))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.IO.FileSystem.Watcher.cs18 …mbly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.ErrorEventHandler))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.IO.FileSystem.Watcher.cs18 …mbly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.ErrorEventHandler))]
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcClient/
H A DDelegates.cs34 public delegate void ErrorEventHandler(object sender, ErrorEventArgs e); in ErrorEventHandler() method
H A DIrcClient.cs112 public event ErrorEventHandler OnError;
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcClient/
H A DDelegates.cs34 public delegate void ErrorEventHandler(object sender, ErrorEventArgs e); in ErrorEventHandler() method
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/examples/stresstest/
H A Dstresstest.cs113 irc.OnError += new ErrorEventHandler(OnError); in Main()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/examples/test/
H A DTest.cs130 irc.OnError += new ErrorEventHandler(OnError); in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/tests/
H A DFileSystemWatcher.cs149ErrorEventHandler dele = (sender, e) => { Assert.IsType<FileNotFoundException>(e.GetException()); … in SynchronizingObject_CalledOnError()
H A DFileSystemWatcher.unit.cs203 var handler = new ErrorEventHandler((o, e) => { }); in FileSystemWatcher_Error()

12