Win32Exception Constructor
Initializes a new instance of the Win32Exception class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Win32Exception() | Initializes a new instance of the Win32Exception class with the last Win32 error that occurred. |
![]() | Win32Exception(Int32) | Initializes a new instance of the Win32Exception class with the specified error. |
![]() | Win32Exception(Int32, String^) | Initializes a new instance of the Win32Exception class with the specified error and the specified detailed description. |
![]() | Win32Exception(SerializationInfo^, StreamingContext) | Initializes a new instance of the Win32Exception class with the specified context and the serialization information. |
![]() | Win32Exception(String^) | Initializes a new instance of the Win32Exception class with the specified detailed description. |
![]() | Win32Exception(String^, Exception^) | Initializes a new instance of the Win32Exception class with the specified detailed description and the specified exception. |

