Initializes a new instance of the ErrorDialog class

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

Syntax

C#
public ErrorDialog(
	string title,
	string errorMessage,
	string details
)
Visual Basic
Public Sub New ( 
	title As String,
	errorMessage As String,
	details As String
)

Parameters

title
Type: System..::..String
errorMessage
Type: System..::..String
details
Type: System..::..String

See Also