NvDxInteropException Constructor (String, Exception) |
Namespace: OIV.Inventor.WpfAssembly: OIV.Inventor.Wpf (in OIV.Inventor.Wpf.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public NvDxInteropException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
NvDxInteropException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> NvDxInteropException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also