Click or drag to resize

BackgroundCopyJobExtensionsGetErrorInfo Method

Gets error informations after an error occurs.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public static BackgroundCopyErrorInfo GetErrorInfo(
	this BackgroundCopyJob job
)

Parameters

job
Type: usis.Net.BitsBackgroundCopyJob
The job.

Return Value

Type: BackgroundCopyErrorInfo
Informations about the last error that occured.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BackgroundCopyJob. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Exceptions
ExceptionCondition
ArgumentNullExceptionjob is a null reference.
See Also