8 references to ExceptionObject
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1198
string errorMessage = e.
ExceptionObject
.ToString();
SMSvcHost (1)
System\ServiceModel\Activation\SMSvcHost.cs (1)
123
Exception exception = e.
ExceptionObject
as Exception;
System (1)
net\System\Net\Logging.cs (1)
239
Exception e = (Exception) args.
ExceptionObject
;
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
70
Exception exception = e.
ExceptionObject
as Exception;
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
326
Exception e = (Exception)args.
ExceptionObject
;
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
633
Exception e = (Exception)args.
ExceptionObject
;
System.Web (1)
Hosting\ApplicationManager.cs (1)
144
Exception exception = eventArgs.
ExceptionObject
as Exception;
System.Web.Services (1)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
96
Exception e = (Exception)args.
ExceptionObject
;