ISqlToolsHierarchy.ShowError 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.
Overloads
ShowError(Exception)
public:
void ShowError(Exception ^ ex);
public void ShowError(Exception ex);
abstract member ShowError : Exception -> unit
Public Sub ShowError (ex As Exception)
Parameters
- ex
- Exception
Applies to
ShowError(String)
public:
void ShowError(System::String ^ message);
public void ShowError(string message);
abstract member ShowError : string -> unit
Public Sub ShowError (message As String)
Parameters
- message
- String