Taijutsu.Domain.NotUniqueException.NotUniqueException C# (CSharp) 메소드

NotUniqueException() 공개 메소드

public NotUniqueException ( object id, Type type, Exception innnerException = null ) : System
id object
type System.Type
innnerException System.Exception
리턴 System
        public NotUniqueException(object id, Type type, Exception innnerException = null) : this(id, (object)type, innnerException)
        {
        }

Same methods

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