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.

ErrorWrapper Constructor (Exception^)

 

Initializes a new instance of the ErrorWrapper class with the HRESULT that corresponds to the exception supplied.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
ErrorWrapper(
	Exception^ e
)

Parameters

e
Type: System::Exception^

The exception to be converted to an error code.

SecurityPermission

for permission to call unmanaged code.

Security Action: Demand.

Associated Enumeration: UnmanagedCode

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft