| DMException Constructor |
Primary constructor for DM Exception
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public DMException(
Object sender,
Exception ex,
string message
)
Public Sub New (
sender As Object,
ex As Exception,
message As String
)
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