Skip to content

Files

Latest commit

7cf6521 · Jan 1, 2022

History

History
19 lines (13 loc) · 476 Bytes

File metadata and controls

19 lines (13 loc) · 476 Bytes

IPublicAPI.ShowMsgError method

Show the error message using Flow's standard error icon.

public void ShowMsgError(string title, string subTitle = "")
parameter description
title Message title
subTitle Optional message subtitle

See Also