This topic has not yet been rated - Rate this topic

Win32Exception Constructor

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.