C# Class System.ComponentModel.AsyncCompletedEventArgs

Inheritance: System.EventArgs
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
AsyncCompletedEventArgs ( Exception error, bool cancelled, Object userState ) : System

Protected Methods

Method Description
RaiseExceptionIfNecessary ( ) : void

Method Details

AsyncCompletedEventArgs() public method

public AsyncCompletedEventArgs ( Exception error, bool cancelled, Object userState ) : System
error Exception
cancelled bool
userState Object
return System

RaiseExceptionIfNecessary() protected method

protected RaiseExceptionIfNecessary ( ) : void
return void