2 writes to exceptionEventType
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
87
this.
exceptionEventType
= TraceEventType.Error;
139
set { this.
exceptionEventType
= value; }
1 reference to exceptionEventType
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
138
get { return this.
exceptionEventType
; }