Click or drag to resize
SuspendedLayoutException Class
Exception indicating that a layout has been accessed while suspended.
Inheritance Hierarchy

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
[SerializableAttribute]
public class SuspendedLayoutException : NotSupportedException

The SuspendedLayoutException type exposes the following members.

Constructors
  NameDescription
Public methodSuspendedLayoutException
Initializes a new instance of the SuspendedLayoutException class
Top
Properties
  NameDescription
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Top
See Also