Click or drag to resize

ErrorHandlerException(String, Exception) 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,
	Exception innerException
)
View Source

Parameters

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