StopWatch Constructor (StopWatchMode)

CVB.Net Documentation
Create a StopWatch object.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public StopWatch(
	StopWatchMode mode
)

Parameters

mode
Type: Stemmer.Cvb.UtilitiesStopWatchMode
Mode to create the stopwatch object for.
Exceptions

ExceptionCondition
InsufficientMemoryExceptionIf the stopwatch cannot be created due to an out of memory situation
See Also

Reference