Taijutsu.Domain.NotUniqueException.NotUniqueException C# (CSharp) Метод

NotUniqueException() публичный Метод

public NotUniqueException ( string query, Type type, Exception innnerException = null ) : System
query string
type System.Type
innnerException System.Exception
Результат System
        public NotUniqueException(string query, Type type, Exception innnerException = null)
            : this(query, (object)type, innnerException)
        {
        }
    }

Same methods

NotUniqueException::NotUniqueException ( object id, Type type, Exception innnerException = null ) : System
NotUniqueException::NotUniqueException ( object id, object type, Exception innnerException = null ) : System
NotUniqueException::NotUniqueException ( string query, object type, Exception innnerException = null ) : System
NotUniqueException