3#include <system/eventargs.h>
4#include <system/exceptions.h>
7namespace System {
namespace ComponentModel {
19 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
20 ASPOSECPP_SHARED_RTTI_INFO_DECL();
An instance of this class is passed as the argument on to the AsyncCompletedEventHandler delegate....
Definition: async_completed_event_args.h:13
AsyncCompletedEventArgs()
Constructor.
AsyncCompletedEventArgs(const System::Exception &error, bool canceled, const System::SharedPtr< System::Object > &userState)
Initializes a new instance of the System.ComponentModel.AsyncCompletedEventArgs class.
System::SharedPtr< Object > get_UserState() const
Gets the unique identifier for the asynchronous task. An object reference that uniquely identifies th...
void RaiseExceptionIfNecessary()
bool get_Cancelled() const
Gets a value indicating whether an asynchronous operation has been canceled. true if the background o...
const System::Exception & get_Error() const
Gets a value indicating which error occurred during an asynchronous operation.
The base class for classes that represent a context that is passed to the event subscribers when an e...
Definition: eventargs.h:19
Template that represents wrapper of exceptions that are derived from Exception class.
Definition: exception.h:113
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9