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