Namespace: SchemaExplorer.Design
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static DialogResult Show(
	IWin32Window owner,
	string errorMessage,
	string details
)
Visual Basic
Public Shared Function Show ( 
	owner As IWin32Window,
	errorMessage As String,
	details As String
) As DialogResult

Parameters

owner
Type: System.Windows.Forms..::..IWin32Window
errorMessage
Type: System..::..String
details
Type: System..::..String

Return Value

Type: DialogResult

See Also