2 references to WrapAsConfigException
System.Configuration (2)
System\Configuration\ExceptionUtil.cs (2)
41
return
WrapAsConfigException
(outerMessage, e, errorInfo.Filename, errorInfo.LineNumber);
44
return
WrapAsConfigException
(outerMessage, e, null, 0);