Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99d1db commit cebda6fCopy full SHA for cebda6f
1 file changed
Doc/lib/libexcs.tex
@@ -314,6 +314,16 @@ \section{Built-in Exceptions}
314
\exception{IndexError}.
315
\end{excdesc}
316
317
+\begin{excdesc}{WindowsError}
318
+ Raised when a Windows-specific error occurs or when the error number
319
+ does not correspond to an \cdata{errno} value. The
320
+ \member{errno} and \member{strerror} values are created from the
321
+ return values of the \cfunction{GetLastError()} and
322
+ \cfunction{FormatMessage()} functions from the Windows Platform API.
323
+ This is a subclass of \exception{OSError}.
324
+\versionadded{1.6}
325
+\end{excdesc}
326
+
327
\begin{excdesc}{ZeroDivisionError}
328
Raised when the second argument of a division or modulo operation is
329
zero. The associated value is a string indicating the type of the
0 commit comments