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: 19.00.00
Syntax
C#
public class MechanismCorruptedException : Exception

The MechanismCorruptedException type exposes the following members.

Constructors
 NameDescription
Public methodMechanismCorruptedExceptionInitializes 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