10 references to GetLastPInvokeErrorMessage
System.Security.Principal.Windows (10)
System\Security\Principal\WindowsIdentity.cs (8)
147
throw new SecurityException(Marshal.
GetLastPInvokeErrorMessage
());
288
throw new SecurityException(Marshal.
GetLastPInvokeErrorMessage
());
491
throw new SecurityException(Marshal.
GetLastPInvokeErrorMessage
());
499
throw new SecurityException(Marshal.
GetLastPInvokeErrorMessage
());
780
Environment.FailFast(Marshal.
GetLastPInvokeErrorMessage
());
800
Environment.FailFast(Marshal.
GetLastPInvokeErrorMessage
());
805
Environment.FailFast(Marshal.
GetLastPInvokeErrorMessage
());
934
throw new SecurityException(Marshal.
GetLastPInvokeErrorMessage
());
System\Security\Principal\WindowsPrincipal.cs (2)
160
throw new SecurityException(Marshal.
GetLastPInvokeErrorMessage
());
171
throw new SecurityException(Marshal.
GetLastPInvokeErrorMessage
());