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