Click or drag to resize

TimeTagException(String) Constructor

Initializes a new instance of the TimeTagException class with a specified error message that is the cause of this exception.

Namespace: GSF.Historian
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public TimeTagException(
	string message
)
View Source

Parameters

message  String
The error message that explains the reason for the exception.
See Also