Initializes a new instance of the ChildDataPreventsDeleteException class

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ChildDataPreventsDeleteException(
	DataTable childDataInfo,
	string singularName,
	ChildDataPreventsDeleteException..::..MessageBuilderDelegate messageBuilder
)
Visual Basic
Public Sub New ( 
	childDataInfo As DataTable,
	singularName As String,
	messageBuilder As ChildDataPreventsDeleteException..::..MessageBuilderDelegate
)
Visual C++
public:
ChildDataPreventsDeleteException(
	DataTable^ childDataInfo, 
	String^ singularName, 
	ChildDataPreventsDeleteException..::..MessageBuilderDelegate^ messageBuilder
)

Parameters

childDataInfo
Type: System.Data..::..DataTable

[Missing <param name="childDataInfo"/> documentation for "M:Caisis.BOL.ChildDataPreventsDeleteException.#ctor(System.Data.DataTable,System.String,Caisis.BOL.ChildDataPreventsDeleteException.MessageBuilderDelegate)"]

singularName
Type: System..::..String

[Missing <param name="singularName"/> documentation for "M:Caisis.BOL.ChildDataPreventsDeleteException.#ctor(System.Data.DataTable,System.String,Caisis.BOL.ChildDataPreventsDeleteException.MessageBuilderDelegate)"]

messageBuilder
Type: Caisis.BOL..::..ChildDataPreventsDeleteException..::..MessageBuilderDelegate

[Missing <param name="messageBuilder"/> documentation for "M:Caisis.BOL.ChildDataPreventsDeleteException.#ctor(System.Data.DataTable,System.String,Caisis.BOL.ChildDataPreventsDeleteException.MessageBuilderDelegate)"]

See Also