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
Dim instance As JobEndEventArgs
Dim value As JobExecutionError
value = instance.Error
'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
Returns JobExecutionError.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 8.1
JobEndEventArgs Class
JobEndEventArgs Members
Microsoft.Assessments.Hosting Namespace