Click or drag to resize

TimeTagException(String, Exception) Constructor

Initializes a new instance of the TimeTagException class with a specified error message and a reference to the innerException 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,
	Exception innerException
)
View Source

Parameters

message  String
The error message that explains the reason for the exception.
innerException  Exception
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also