Click or drag to resize

MechanismCorruptedException Class

Exception that is thrown when the mechanism is corrupted.
Inheritance Hierarchy
SystemObject
  SystemException
    Demo3D.Visuals.KJEMechanismCorruptedException

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class MechanismCorruptedException : Exception
Constructors
  NameDescription
Public methodMechanismCorruptedException
Initializes a new instance of the MechanismCorruptedException class
Public methodMechanismCorruptedException(String)
Initializes a new instance of the MechanismCorruptedException class
Public methodMechanismCorruptedException(String, Exception)
Initializes a new instance of the MechanismCorruptedException class
Top
See Also