March 2002
Intermediate to advanced
864 pages
31h 8m
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 method ErrorWrapper(Exception e); public method ErrorWrapper(int errorCode); public method ErrorWrapper(object errorCode); // Public Instance Properties public field int ErrorCode{get; } }