Click or drag to resize
NvDxInteropException Constructor (String, Exception)
Initializes a new instance of the NvDxInteropException class

Namespace: OIV.Inventor.Wpf
Assembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public NvDxInteropException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also