April 2003
Beginner to intermediate
620 pages
21h 48m
English
InRowChangingEventException
This exception occurs only if you call the DataRow.EndEdit( ) method within the
DataTable.RowChanging event handler. (The row is
automatically placed into edit mode before the
DataTable.RowChanging event is called, and the
edit is committed at the end of the
DataTable.RowChanging event.)
public class InRowChangingEventException : DataException { // Public Constructors public InRowChangingEventException( ); public InRowChangingEventException(strings); // Protected Constructors protected InRowChangingEventException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
DataException
→
InRowChangingEventException
Read now
Unlock full access