Deveel.Data.Sql.MissingPrimaryKeyException.MissingPrimaryKeyException C# (CSharp) 메소드

MissingPrimaryKeyException() 개인적인 메소드

private MissingPrimaryKeyException ( ObjectName tableName ) : System
tableName ObjectName
리턴 System
        internal MissingPrimaryKeyException(ObjectName tableName)
            : base(SystemErrorCodes.MissingPrimaryKey, FormatMessage(tableName))
        {
        }