12 references to Exception
System.ServiceModel.Primitives (12)
SMDiagnostics\DiagnosticUtility.cs (1)
54FxTrace.Exception.TraceHandledException(exception, traceEventType);
SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (2)
135FxTrace.Exception.TraceEtwException(exception, eventLevel); 146FxTrace.Exception.TraceEtwException(exception, eventType);
System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
830throw FxTrace.Exception.AsError(new ProtocolException(SRP.Format(SRP.EncoderUnrecognizedContentType, contentType, ContentType))); 849throw FxTrace.Exception.AsError(new ProtocolException(SRP.Format(SRP.EncoderUnrecognizedContentType, contentType, ContentType)));
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
161throw FxTrace.Exception.AsError(new NotSupportedException(SRP.Format(
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (2)
98throw FxTrace.Exception.AsError<FaultException>(ae); 107throw FxTrace.Exception.AsError(new TaskCanceledException(task));
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (4)
286throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message)); 303throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message)); 320throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message)); 337throw FxTrace.Exception.AsError(new MessageSecurityException(ex.Message));