Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Helios
FsCheck
Tests
Channels
ChannelOutboundBufferSpecs.ExceptionSupressor
C# Class Helios.FsCheck.Tests.Channels.ChannelOutboundBufferSpecs.ExceptionSupressor
Inheritance:
Helios.Channels.ChannelHandlerAdapter
Datei anzeigen
Open project: helios-io/helios
Public Methods
Method
Description
ExceptionCaught
(
IChannelHandlerContext
context
,
Exception
exception
) :
void
Method Details
ExceptionCaught()
public
method
public
ExceptionCaught
(
IChannelHandlerContext
context
,
Exception
exception
) :
void
context
IChannelHandlerContext
exception
System.Exception
return
void