C# Class Panteon.Sdk.Events.TaskExceptionEventArgs

Inheritance: WorkerEventArgs
Exibir arquivo Open project: PanteonProject/Panteon.Sdk Class Usage Examples

Public Methods

Method Description
TaskExceptionEventArgs ( ScheduledTask scheduledTask, Exception exception ) : System

Method Details

TaskExceptionEventArgs() public method

public TaskExceptionEventArgs ( ScheduledTask scheduledTask, Exception exception ) : System
scheduledTask Schyntax.ScheduledTask
exception System.Exception
return System