Qdv.GetSilentMessageStack Method

Gets the silent message stack with messages collected during the session.
Public Function GetSilentMessageStack() As String()
This language is not supported or no code example is available.
public string[] GetSilentMessageStack()
This language is not supported or no code example is available.

Return Value

string[]

The collection of messages or null reference (Nothing in Visual Basic) if empty.

Remarks
 
In the silent mode, any GUI, such as dialogs, message windows, is suppressed. Messages in the silent mode are not lost. They are collected in so called silent message stack, that you can retrieve with this method.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition