NLite.Data.ConcurrencyException.ConcurrencyException C# (CSharp) Method

ConcurrencyException() public method

public ConcurrencyException ( Object instance, OperationType type ) : System
instance Object
type OperationType
return System
        public ConcurrencyException(Object instance, OperationType type)
            : base("Concurrency Exception")
        {
            Instance = instance;
            Oparation = type;
        }
ConcurrencyException