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