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
.NET Framework (current version)
Initializes a new instance of the ErrorWrapper class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ErrorWrapper(Exception^) | Initializes a new instance of the ErrorWrapper class with the HRESULT that corresponds to the exception supplied. |
![]() | ErrorWrapper(Int32) | Initializes a new instance of the ErrorWrapper class with the HRESULT of the error. |
![]() | ErrorWrapper(Object^) | Initializes a new instance of the ErrorWrapper class with an object containing the HRESULT of the error. |
Show:
