NLite.Data.ConcurrencyException.ConcurrencyException C# (CSharp) Méthode

ConcurrencyException() public méthode

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