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