IllegalObjectStateException Constructor (String, Exception) |
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public IllegalObjectStateException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
IllegalObjectStateException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> IllegalObjectStateException
Parameters
- message
- Type: SystemString
A String that describes the error that occurred. - innerException
- Type: SystemException
The exception that is the cause of the current exception.
See Also