- extends: WindowError
WindowsNativeError is raised when an underneath win32 method fails.
message
- type: str Message of the exception.
stacktrace
- type: str
A string representing all the calls prior to the function that raised the exception.
name
- type: str
Win32 native api name.
native_errorcode
- type: str
Win32 native error code.