Win32Exception Constructor
.NET Framework 2.0
Initializes a new instance of the Win32Exception class.
| Name | Description |
|---|---|
| Win32Exception () | Initializes a new instance of the Win32Exception class with the last Win32 error that occurred. Supported by the .NET Compact Framework. |
| Win32Exception (Int32) | Initializes a new instance of the Win32Exception class with the specified error. Supported by the .NET Compact Framework. |
| Win32Exception (String) | Initializes a new instance of the Win32Exception class with the specified detailed description. |
| Win32Exception (Int32, String) | Initializes a new instance of the Win32Exception class with the specified error and the specified detailed description. Supported by the .NET Compact Framework. |
| Win32Exception (SerializationInfo, StreamingContext) | Initializes a new instance of the Win32Exception class with the specified context and the serialization information. |
| Win32Exception (String, Exception) | Initializes a new instance of the Win32Exception class with the specified detailed description and the specified exception. |