2 writes to _innerException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (2)
34_innerException = new ExceptionDetail(exception.InnerException); 49set { _innerException = value; }
1 reference to _innerException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ExceptionDetail.cs (1)
48get { return _innerException; }