Click or drag to resize
EF Visual Editor

ErrorDisplayShow Method

[Missing <summary> documentation for "M:Sawczyn.EFDesigner.ErrorDisplay.Show(System.IServiceProvider,System.String)"]

Namespace:  Sawczyn.EFDesigner
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public static void Show(
	IServiceProvider serviceProvider,
	string message
)
Request Example View Source

Parameters

serviceProvider
Type: SystemIServiceProvider

[Missing <param name="serviceProvider"/> documentation for "M:Sawczyn.EFDesigner.ErrorDisplay.Show(System.IServiceProvider,System.String)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Sawczyn.EFDesigner.ErrorDisplay.Show(System.IServiceProvider,System.String)"]

See Also