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