2 writes to exceptionEventType
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
92this.exceptionEventType = TraceEventType.Error; 137set { this.exceptionEventType = value; }
1 reference to exceptionEventType
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
136get { return this.exceptionEventType; }