SuspendedLayoutException Message Property Qlik Sense .NET SDK - API Reference
Gets a message that describes the current exception.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public override string Message { get; }

Return Value

Type: OnlineString
The error message that explains the reason for the exception, or an empty string("").

Implements

Online_Exception Message
See Also