Click or drag to resize

ErrorHandlerException(String) Constructor

Creates a new instance of the ErrorHandlerException class.

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

Parameters

message  String
The message that describes the error.
See Also