SqlWorkbenchHierarchy.ShowError Method

Definition

Overloads

ShowError(Exception)

public:
 virtual void ShowError(Exception ^ ex);
public void ShowError(Exception ex);
abstract member ShowError : Exception -> unit
override this.ShowError : Exception -> unit
Public Sub ShowError (ex As Exception)

Parameters

Implements

Applies to

ShowError(String)

public:
 virtual void ShowError(System::String ^ message);
public void ShowError(string message);
abstract member ShowError : string -> unit
override this.ShowError : string -> unit
Public Sub ShowError (message As String)

Parameters

message
String

Implements

Applies to