Share via


TaskExceptionEventArgs(Int64, Exception) Constructor

Definition

Construct a task exception event arguments object.

public TaskExceptionEventArgs (long taskId, Exception e);
new Microsoft.WindowsAzure.Commands.Storage.Common.TaskExceptionEventArgs : int64 * Exception -> Microsoft.WindowsAzure.Commands.Storage.Common.TaskExceptionEventArgs
Public Sub New (taskId As Long, e As Exception)

Parameters

taskId
Int64

Task id

e
Exception

Task exception

Applies to