Composite.C1Console.Security.EntityToken.ThrowNotUniqueException C# (CSharp) Метод

ThrowNotUniqueException() приватный Метод

private ThrowNotUniqueException ( ) : void
Результат void
        private void ThrowNotUniqueException()
        {
            throw new InvalidOperationException(string.Format("EntityTokens should be unique for the given element. The properties Type, Source and Id may not all be empty string. This is not the case for this type {0}", GetType()));
        }
    }