4 implementations of ExceptionEventType
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
79
public TraceEventType
ExceptionEventType
606
public TraceEventType
ExceptionEventType
System\ServiceModel\Channels\PipeConnection.cs (1)
134
public TraceEventType
ExceptionEventType
System\ServiceModel\Channels\SocketConnection.cs (1)
136
public TraceEventType
ExceptionEventType
4 writes to ExceptionEventType
System.ServiceModel (4)
System\ServiceModel\Channels\Connection.cs (2)
82
set { connection.
ExceptionEventType
= value; }
362
set { connection.
ExceptionEventType
= value; }
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
124
connection.
ExceptionEventType
= TraceEventType.Information;
System\ServiceModel\Channels\ConnectionModeReader.cs (1)
173
Connection.
ExceptionEventType
= TraceEventType.Error;
5 references to ExceptionEventType
System.ServiceModel (5)
System\ServiceModel\Channels\Connection.cs (2)
81
get { return connection.
ExceptionEventType
; }
361
get { return connection.
ExceptionEventType
; }
System\ServiceModel\Channels\ConnectionDemuxer.cs (2)
238
TraceEventType eventType = modeReader.Connection.
ExceptionEventType
;
255
TraceEventType eventType = modeReader.Connection.
ExceptionEventType
;
System\ServiceModel\Channels\ConnectionModeReader.cs (1)
187
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(readException, Connection.
ExceptionEventType
);