6 references to ExceptionDetail
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
85fault = MessageFault.CreateFault(code, new FaultReason(error.Message), new ExceptionDetail(error)); 153ExceptionDetail detail = new ExceptionDetail(ndfe);
System\ServiceModel\ExceptionDetail.cs (1)
35this.innerException = new ExceptionDetail(exception.InnerException);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\ToReply.cs (1)
213new ExceptionDetail(exception));
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
395innerFault = MessageFault.CreateFault(code, new FaultReason(error.Message, CultureInfo.CurrentCulture), new ExceptionDetail(error));
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableErrorHandler.cs (1)
49messageFault = MessageFault.CreateFault(code, new FaultReason(toTrace.Message), new ExceptionDetail(toTrace));