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