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