Copy constructor.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public JobInfo(
	JobInfo other
)
Visual Basic
Public Sub New ( _
	other As JobInfo _
)
Visual C++
public:
JobInfo(
	JobInfo^ other
)

Parameters

other
Type: VcClient..::..JobInfo
Object to copy.

Exceptions

ExceptionCondition
ArgumentNullExceptionother is null.

See Also