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