August 2003
Intermediate to advanced
928 pages
32h 1m
English
ErrorWrapper
This wrapper is used to force an
integer,
Exception, or other object to be marshaled as type
VT_ERROR.
public sealed class ErrorWrapper { // Public Constructors public ErrorWrapper(Exceptione); public ErrorWrapper(interrorCode); public ErrorWrapper(objecterrorCode); // Public Instance Properties public int ErrorCode{get; } }