2 writes to _exceptionFromErrorCode
mscorlib (2)
system\security\accesscontrol\nativeobjectsecurity.cs (2)
62_exceptionFromErrorCode = exceptionFromErrorCode; 76_exceptionFromErrorCode = exceptionFromErrorCode;
2 references to _exceptionFromErrorCode
mscorlib (2)
system\security\accesscontrol\nativeobjectsecurity.cs (2)
272if ( _exceptionFromErrorCode != null ) 274exception = _exceptionFromErrorCode( error, name, handle, exceptionContext );