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