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)
240if (_exceptionFromErrorCode != null) 242exception = _exceptionFromErrorCode(error, name, handle, exceptionContext);