OnException Event
Definition
Namespace: Avalonia.DesignerSupport.Remote.HtmlTransport
Assembly: Avalonia.DesignerSupport (in Avalonia.DesignerSupport.dll)
- C#
- VB
- F#
public event Action<IAvaloniaRemoteTransportConnection, Exception> OnException
Public Event OnException As Action(Of IAvaloniaRemoteTransportConnection, Exception)
abstract OnException : IEvent<Action<IAvaloniaRemoteTransportConnection, Exception>,
EventArgs>
override OnException : IEvent<Action<IAvaloniaRemoteTransportConnection, Exception>,
EventArgs>
Value
Action(IAvaloniaRemoteTransportConnection, Exception)
Implements
IAvaloniaRemoteTransportConnection.OnException
See Also
Reference
HtmlWebSocketTransport Class
Avalonia.DesignerSupport.Remote.HtmlTransport Namespace