Click or drag to resize
IllegalObjectStateException Class
Signals that a method has been invoked at an illegal or inappropriate time. The object is not in an appropriate state for the requested operation.
Inheritance Hierarchy
SystemObject
  SystemException
    OIV.InventorIllegalObjectStateException

Namespace: OIV.Inventor
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
[SerializableAttribute]
public class IllegalObjectStateException : Exception

The IllegalObjectStateException type exposes the following members.

Constructors
  NameDescription
Public methodIllegalObjectStateException
Initializes a new instance of the IllegalObjectStateException class.
Public methodIllegalObjectStateException(String)
Initializes a new instance of the IllegalObjectStateException class with the specified error message.
Public methodIllegalObjectStateException(String, Exception)
Initializes a new instance of the IllegalObjectStateException class with the specified error message and inner exception.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
See Also