2 writes to _exceptionFromErrorCode
System.Security.AccessControl (2)
System\Security\AccessControl\NativeObjectSecurity.cs (2)
39
_exceptionFromErrorCode
= exceptionFromErrorCode;
51
_exceptionFromErrorCode
= exceptionFromErrorCode;
2 references to _exceptionFromErrorCode
System.Security.AccessControl (2)
System\Security\AccessControl\NativeObjectSecurity.cs (2)
240
if (
_exceptionFromErrorCode
!= null)
242
exception =
_exceptionFromErrorCode
(error, name, handle, exceptionContext);