Click or drag to resize

aceServerSessionControlException Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the aceServerSessionControlException class

Namespace:  imbACE.Network.core
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public aceServerSessionControlException(
	string message = "",
	Exception innerEx = null,
	string instanceName = ""
)
Request Example View Source

Parameters

message (Optional)
Type: SystemString
innerEx (Optional)
Type: SystemException
instanceName (Optional)
Type: SystemString
See Also