ClassBatchUpdateException
Class
Definition
Namespace:Telerik.OpenAccess.RT.sql
Assembly:Telerik.OpenAccess.Runtime.dll
Syntax:
cs-api-definition
public class BatchUpdateException : SQLException, IBackendError
Inheritance: objectExceptionSQLExceptionBatchUpdateException
Implements:
Inherited Members
Constructors
BatchUpdateException(Exception)
Declaration
cs-api-definition
public BatchUpdateException(Exception inner)
Parameters
inner
Exception
Properties
FailedIndex
Declaration
cs-api-definition
public int FailedIndex { get; set; }
Property Value
int
FailedInfo
Declaration
cs-api-definition
public object FailedInfo { get; set; }
Property Value
object