DiagramClientView.ShowError Method
Displays the specified error message.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Dichiarazione
Public Overridable Sub ShowError ( _
message As String _
)
public virtual void ShowError(
string message
)
public:
virtual void ShowError(
String^ message
)
abstract ShowError :
message:string -> unit
override ShowError :
message:string -> unit
public function ShowError(
message : String
)
Parameters
- message
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.