Win32Exception Constructor
.NET Framework 4.5
Initializes a new instance of the Win32Exception class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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(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. |
|
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. |