1 write to exception
System.ServiceModel (1)
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (1)
219this.exception = exception;
3 references to exception
System.ServiceModel (3)
System\ServiceModel\Diagnostics\PeerNodeTraceRecord.cs (3)
230if (exception != null) 231writer.WriteElementString("Exception", exception.GetType().ToString() + ":" + exception.Message);