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