Class LockNotGrantedException
Inheritance
System.Object
System.Exception
LockNotGrantedException
Inherited Members
Namespace: Telerik.OpenAccess.Exceptions
Assembly: Telerik.OpenAccess.dll
Syntax
public class LockNotGrantedException : ConcurrencyControlException, _Exception, ISerializable
Constructors
LockNotGrantedException(SerializationInfo, StreamingContext)
Declaration
protected LockNotGrantedException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
|
System.Runtime.Serialization.SerializationInfo
serializationInfo
|
|
System.Runtime.Serialization.StreamingContext
context
|
LockNotGrantedException(String, Boolean)
Declaration
public LockNotGrantedException(string msg, bool onlyObject)
Parameters
|
System.String
msg
|
|
System.Boolean
onlyObject
|