NvDxInteropException Constructor (Int32, String) |
Namespace: OIV.Inventor.WpfAssembly: OIV.InventorToWpf (in OIV.InventorToWpf.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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