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