This topic has not yet been rated - Rate this topic

Win32Exception Constructor

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.

  NameDescription
Public method Win32Exception() Initializes a new instance of the Win32Exception class with the last Win32 error that occurred.
Public method Win32Exception(Int32) Initializes a new instance of the Win32Exception class with the specified error.
Public method Win32Exception(String) Initializes a new instance of the Win32Exception class with the specified detailed description.
Public method Win32Exception(Int32, String) Initializes a new instance of the Win32Exception class with the specified error and the specified detailed description.
Protected method Win32Exception(SerializationInfo, StreamingContext) Initializes a new instance of the Win32Exception class with the specified context and the serialization information.
Public method Win32Exception(String, Exception) Initializes a new instance of the Win32Exception class with the specified detailed description and the specified exception.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.