2 writes to _exceptionFromErrorCode
System.Security.AccessControl (2)
System\Security\AccessControl\NativeObjectSecurity.cs (2)
58
_exceptionFromErrorCode
= exceptionFromErrorCode;
70
_exceptionFromErrorCode
= exceptionFromErrorCode;
2 references to _exceptionFromErrorCode
System.Security.AccessControl (2)
System\Security\AccessControl\NativeObjectSecurity.cs (2)
269
if (
_exceptionFromErrorCode
!= null)
271
exception =
_exceptionFromErrorCode
(error, name, handle, exceptionContext);