JobEndEventArgs.Error Property

Applies To: Windows 8.1

The value of the last error that occurred in processing the job. This is also the last error in the job error list.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As JobEndEventArgs
Dim value As JobExecutionError

value = instance.Error

Syntax

'Declaration
Public ReadOnly Property Error As JobExecutionError
public JobExecutionError Error { get; }
public:
property JobExecutionError Error {
    JobExecutionError get ();
}
/** @property */
public JobExecutionError get_Error ()
public function get Error () : JobExecutionError

Property Value

Returns JobExecutionError.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

JobEndEventArgs Class
JobEndEventArgs Members
Microsoft.Assessments.Hosting Namespace