Constructor (long)

Creates a new instance of the IntParameter class using an Int64 value.

Type: IntParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public IntParameter(long value)

Parameters

value

Type: long

The value of the parameter.

Exceptions

System.ArgumentOutOfRangeException

value was negative.