3 references to ExceptionDetail
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
96fault = MessageFault.CreateFault(code, new FaultReason(error.Message), new ExceptionDetail(error)); 148ExceptionDetail detail = new ExceptionDetail(ndfe);
System\ServiceModel\ExceptionDetail.cs (1)
31InnerException = new ExceptionDetail(exception.InnerException);