Initializes a new instance of the TooManyRowsAffectedException class

Namespace: NHibernate.AdoNet
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public TooManyRowsAffectedException(
	string message,
	int expectedRowCount,
	int actualRowCount
)
Visual Basic
Public Sub New ( _
	message As String, _
	expectedRowCount As Integer, _
	actualRowCount As Integer _
)
Visual C++
public:
TooManyRowsAffectedException(
	String^ message, 
	int expectedRowCount, 
	int actualRowCount
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:NHibernate.AdoNet.TooManyRowsAffectedException.#ctor(System.String,System.Int32,System.Int32)"]

expectedRowCount
Type: System..::..Int32

[Missing <param name="expectedRowCount"/> documentation for "M:NHibernate.AdoNet.TooManyRowsAffectedException.#ctor(System.String,System.Int32,System.Int32)"]

actualRowCount
Type: System..::..Int32

[Missing <param name="actualRowCount"/> documentation for "M:NHibernate.AdoNet.TooManyRowsAffectedException.#ctor(System.String,System.Int32,System.Int32)"]

See Also