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: