TaskEventArgs.Error Property

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Overridable Property Error As Exception
public virtual Exception Error { get; internal set; }
public:
virtual property Exception^ Error {
    Exception^ get ();
    internal: void set (Exception^ value);
}
abstract Error : Exception with get, internal set 
override Error : Exception with get, internal set

Property Value

Type: System.Exception

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

TaskEventArgs Class

Microsoft.Phone.Tasks Namespace