1 reference to GetErrorMessage
System (1)
compmod\system\componentmodel\Win32Exception.cs (1)
47public Win32Exception(int error) : this(error, GetErrorMessage(error)) {