TaskExceptionEventArgs(Int64, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Task exception