3 writes to _errors
System.Configuration (3)
System\Configuration\ConfigurationErrorsException.cs (3)
95
_errors
= new ConfigurationException[coll.Count];
104
_errors
= new ConfigurationException[coll.Count];
182
_errors
= new ConfigurationException[count];
12 references to _errors
System.Configuration (12)
System\Configuration\ConfigurationErrorsException.cs (12)
96
coll.CopyTo(
_errors
, 0);
105
coll.CopyTo(
_errors
, 0);
107
foreach (object error in
_errors
) {
196
_errors
[i] = (ConfigurationException)
218
if ((
_errors
!= null) &&
219
(
_errors
.Length > 1 )){
220
subErrors =
_errors
.Length;
222
for (int i = 0; i <
_errors
.Length; i++) {
226
_errors
[i]);
228
_errors
[i].GetType());
283
if (
_errors
!= null) {
284
return
_errors
;