Provides helper functions for the Win32Exception class.
| C# | Visual Basic |
public static class Win32ExceptionHelper
Public NotInheritable Class Win32ExceptionHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Create()()()() |
Initializes a new instance of the Win32Exception class with the last Win32 error that occurred.
The message is retrieved from the system where available.
| |
| Create(Int32) |
Initializes a new instance of the Win32Exception class with the specified error.
The message is retrieved from the system where available.
|
| Object | |
| Win32ExceptionHelper | |