UnknownTypeException Constructor (String) |
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public UnknownTypeException(
string message
)
Public Sub New (
message As String
)
public:
UnknownTypeException(
String^ message
)
new :
message : string -> UnknownTypeException
Parameters
- message
- Type: SystemString
A String that describes the error that occurred.
See Also