Loupe - Log - Monitor - Resolve
Gibraltar Namespace / AsyncTaskResultEventArgs Class / AsyncTaskResultEventArgs Constructor / AsyncTaskResultEventArgs Constructor(AsyncTaskResult,String,Exception)
The final status of the task
Optional. A display message to complement the result.
Optional. An exception object to allow the caller to do its own interpretation of an exception.

In This Topic
    AsyncTaskResultEventArgs Constructor(AsyncTaskResult,String,Exception)
    In This Topic
    Create a new result arguments object from the provided information
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal result As AsyncTaskResult, _
       ByVal message As String, _
       ByVal exception As Exception _
    )
    public AsyncTaskResultEventArgs( 
       AsyncTaskResult result,
       string message,
       Exception exception
    )

    Parameters

    result
    The final status of the task
    message
    Optional. A display message to complement the result.
    exception
    Optional. An exception object to allow the caller to do its own interpretation of an exception.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also