Click or drag to resize

DMException Constructor

Primary constructor for DM Exception

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public DMException(
	Object sender,
	Exception ex,
	string message
)

Parameters

sender  Object
Current execution object on the stack
ex  Exception
original exception encountered
message  String
additional information
See Also