Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Win32Exception Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the Win32Exception class with the specified context and the serialization information.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
Win32Exception(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The SerializationInfo associated with this exception.

context
Type: System.Runtime.Serialization::StreamingContext

A StreamingContext that represents the context of this exception.

CodeAccessPermission

for access to unmanaged code. Associated enumeration: UnmanagedCode

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft