Click or drag to resize
InstanceShutdownException Constructor (String)
Initializes a new instance of the InstanceShutdownException class with a specified error message.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public InstanceShutdownException(
	string message
)

Parameters

message
Type: SystemString
The message the describes the error.
See Also