DiagramClientView.ShowError(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the specified error message.
public:
virtual void ShowError(System::String ^ message);
public virtual void ShowError (string message);
abstract member ShowError : string -> unit
override this.ShowError : string -> unit
Public Overridable Sub ShowError (message As String)
Parameters
- message
- String