3 references to ExceptionDetail
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
90fault = MessageFault.CreateFault(code, new FaultReason(error.Message), new ExceptionDetail(error)); 142ExceptionDetail detail = new ExceptionDetail(ndfe);
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (1)
34_innerException = new ExceptionDetail(exception.InnerException);