|
explicit |
Initializes a new instance of the xtd::threading::thread class, specifying a delegate that allows an object to be passed to the thread when the thread is started.
start | A delegate that represents the methods to be invoked when this thread begins executing. |
xtd::argument_exception | The start parameter is empty. |