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